Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CoreTypes

Index

Type aliases

AutocapitalizationInputType

AutocapitalizationInputType: "none" | "words" | "sentences" | "allcharacters"

AutofillType

AutofillType: "username" | "password" | "none" | string

BackgroundRepeatType

BackgroundRepeatType: "repeat" | "repeat-x" | "repeat-y" | "no-repeat"

DeviceOrientationType

DeviceOrientationType: "portrait" | "landscape" | "unknown"

DockType

DockType: "left" | "top" | "right" | "bottom"

HorizontalAlignmentType

HorizontalAlignmentType: "left" | "center" | "right" | "stretch"

ImageStretchType

ImageStretchType: "none" | "aspectFill" | "aspectFit" | "fill"

KeyboardInputType

KeyboardInputType: "datetime" | "phone" | "number" | "url" | "email" | "integer"

LengthDipUnit

LengthDipUnit: object

Type declaration

  • Readonly unit: "dip"
  • Readonly value: dip

LengthPercentUnit

LengthPercentUnit: object

Type declaration

  • Readonly unit: "%"
  • Readonly value: percent

LengthPxUnit

LengthPxUnit: object

Type declaration

  • Readonly unit: "px"
  • Readonly value: px

LengthType

LengthType: "auto" | dip | LengthDipUnit | LengthPxUnit

OrientationType

OrientationType: "horizontal" | "vertical"

PercentLengthType

PercentLengthType: "auto" | dip | LengthDipUnit | LengthPxUnit | LengthPercentUnit

ReturnKeyButtonType

ReturnKeyButtonType: "done" | "next" | "go" | "search" | "send"

TextAlignmentType

TextAlignmentType: "initial" | "left" | "center" | "right"

TextDecorationType

TextDecorationType: "none" | "underline" | "line-through" | "underline line-through"

TextTransformType

TextTransformType: "initial" | "none" | "capitalize" | "uppercase" | "lowercase"

UpdateTextTriggerType

UpdateTextTriggerType: "focusLost" | "textChanged"

VerticalAlignmentTextType

VerticalAlignmentTextType: VerticalAlignmentType | "text-top" | "text-bottom" | "sup" | "sub" | "baseline"

VerticalAlignmentType

VerticalAlignmentType: "top" | "middle" | "bottom" | "stretch"

VisibilityType

VisibilityType: "visible" | "hidden" | "collapse" | "collapsed"

WhiteSpaceType

WhiteSpaceType: "initial" | "normal" | "nowrap"

dip

dip: number

Denotes a length number that is in device independent pixel units.

percent

percent: number

Denotes a normalized percent number. 0% is represented as 0 50% is represented as 0.5 100% is represented as 1

px

px: number

Denotes a length number that is in physical device pixels.

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