check
Code copied to clipboard.
close
menu
menu_open
menu

LkAspectRatio

Represents one of a few predefined aspect ratios available in LiftKit.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

type LkAspectRatio =

 | "auto"

 | "1/1"

 | "2.39/1"

 | "2/1"

 | "16/9"

 | "3/2"

 | "4/3"

 | "5/4"

 | "1/2.39"

 | "1/2"

 | "9/16"

 | "4/5";

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.