Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ui/layouts/flexbox-layout"

Index

Type aliases

AlignContent

AlignContent: "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "stretch"

AlignItems

AlignItems: "flex-start" | "flex-end" | "center" | "baseline" | "stretch"

AlignSelf

AlignSelf: "auto" | AlignItems

FlexDirection

FlexDirection: "row" | "row-reverse" | "column" | "column-reverse"

FlexGrow

FlexGrow: number

FlexShrink

FlexShrink: number

FlexWrap

FlexWrap: "nowrap" | "wrap" | "wrap-reverse"

FlexWrapBefore

FlexWrapBefore: boolean

JustifyContent

JustifyContent: "flex-start" | "flex-end" | "center" | "space-between" | "space-around"

Order

Order: number

Variables

Const alignItemsProperty

alignItemsProperty: CssProperty<Style, AlignItems>

Const alignSelfProperty

alignSelfProperty: CssProperty<Style, AlignSelf>

Const flexDirectionProperty

flexDirectionProperty: CssProperty<Style, FlexDirection>

Const flexGrowProperty

flexGrowProperty: CssProperty<Style, FlexGrow>

Const flexShrinkProperty

flexShrinkProperty: CssProperty<Style, FlexShrink>

Const flexWrapBeforeProperty

flexWrapBeforeProperty: CssProperty<Style, FlexWrapBefore>

Const flexWrapProperty

flexWrapProperty: CssProperty<Style, FlexWrap>

Const justifyContentProperty

justifyContentProperty: CssProperty<Style, JustifyContent>

Const orderProperty

orderProperty: CssProperty<Style, Order>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method