Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Style

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

PropertyBag

PropertyBag: PropertyBagClass

Private _isViewBase

_isViewBase: boolean

alignContent

alignContent: AlignContent

alignItems

alignItems: AlignItems

alignSelf

alignSelf: AlignSelf

androidContentInset

androidContentInset: string | Length

androidContentInsetLeft

androidContentInsetLeft: Length

androidContentInsetRight

androidContentInsetRight: Length

androidDynamicElevationOffset

androidDynamicElevationOffset: number

androidElevation

androidElevation: number

androidSelectedTabHighlightColor

androidSelectedTabHighlightColor: Color

androidStatusBarBackground

androidStatusBarBackground: Color

background

background: string

backgroundColor

backgroundColor: Color

backgroundImage

backgroundImage: string | LinearGradient

backgroundInternal

backgroundInternal: Background

backgroundPosition

backgroundPosition: string

backgroundRepeat

backgroundRepeat: BackgroundRepeat

backgroundSize

backgroundSize: string

borderBottomColor

borderBottomColor: Color

borderBottomLeftRadius

borderBottomLeftRadius: Length

borderBottomRightRadius

borderBottomRightRadius: Length

borderBottomWidth

borderBottomWidth: Length

borderColor

borderColor: string | Color

borderLeftColor

borderLeftColor: Color

borderLeftWidth

borderLeftWidth: Length

borderRadius

borderRadius: string | Length

borderRightColor

borderRightColor: Color

borderRightWidth

borderRightWidth: Length

borderTopColor

borderTopColor: Color

borderTopLeftRadius

borderTopLeftRadius: Length

borderTopRightRadius

borderTopRightRadius: Length

borderTopWidth

borderTopWidth: Length

borderWidth

borderWidth: string | Length

clipPath

clipPath: string

color

color: Color

flexDirection

flexDirection: FlexDirection

flexGrow

flexGrow: FlexGrow

flexShrink

flexShrink: FlexShrink

flexWrap

flexWrap: FlexWrap

flexWrapBefore

flexWrapBefore: FlexWrapBefore

font

font: string

fontFamily

fontFamily: string

fontInternal

fontInternal: Font

fontSize

fontSize: number

fontStyle

fontStyle: FontStyle

fontWeight

fontWeight: FontWeight

height

height: PercentLength

horizontalAlignment

horizontalAlignment: HorizontalAlignment

justifyContent

justifyContent: JustifyContent

letterSpacing

letterSpacing: number

lineHeight

lineHeight: number

margin

margin: string | PercentLength

marginBottom

marginBottom: PercentLength

marginLeft

marginLeft: PercentLength

marginRight

marginRight: PercentLength

marginTop

marginTop: PercentLength

minHeight

minHeight: Length

minWidth

minWidth: Length

opacity

opacity: number

order

order: Order

padding

padding: string | Length

paddingBottom

paddingBottom: Length

paddingLeft

paddingLeft: Length

paddingRight

paddingRight: Length

paddingTop

paddingTop: Length

perspective

perspective: number

placeholderColor

placeholderColor: Color

rotate

rotate: number

rotateX

rotateX: number

rotateY

rotateY: number

scaleX

scaleX: number

scaleY

scaleY: number

selectedBackgroundColor

selectedBackgroundColor: Color

selectedTabTextColor

selectedTabTextColor: Color

separatorColor

separatorColor: Color

statusBarStyle

statusBarStyle: "light" | "dark"

tabBackgroundColor

tabBackgroundColor: Color

tabTextColor

tabTextColor: Color

tabTextFontSize

tabTextFontSize: number

textAlignment

textAlignment: TextAlignment

textDecoration

textDecoration: TextDecoration

textTransform

textTransform: TextTransform

tintColor

tintColor: Color

translateX

translateX: dip

translateY

translateY: dip

verticalAlignment

verticalAlignment: VerticalAlignment

view

view: ViewBase

viewRef

viewRef: WeakRef<ViewBase>

visibility

visibility: Visibility

whiteSpace

whiteSpace: WhiteSpace

width

width: PercentLength

zIndex

zIndex: number

Static propertyChangeEvent

propertyChangeEvent: string

Methods

Private _createPropertyChangeData

Private _emit

  • _emit(eventNames: string): any

addEventListener

  • addEventListener(eventNames: string, callback: function, thisArg?: any): any

get

  • get(name: string): any

getCssVariable

  • getCssVariable(varName: string): string | null

hasListeners

  • hasListeners(eventName: string): boolean

notify

  • notify<T>(data: T): void

notifyPropertyChange

  • notifyPropertyChange(propertyName: string, value: any, oldValue?: any): void

off

  • off(eventNames: string, callback?: any, thisArg?: any): any

on

  • on(eventNames: string, callback: function, thisArg?: any): any
  • on(event: "propertyChange", callback: function, thisArg?: any): any

once

  • once(event: string, callback: function, thisArg?: any): any

removeEventListener

  • removeEventListener(eventNames: string, callback?: any, thisArg?: any): any

resetScopedCssVariables

  • resetScopedCssVariables(): void

resetUnscopedCssVariables

  • resetUnscopedCssVariables(): void

set

  • set(name: string, value: any): void

setProperty

  • setProperty(name: string, value: any): void

setScopedCssVariable

  • setScopedCssVariable(varName: string, value: string): void

setUnscopedCssVariable

  • setUnscopedCssVariable(varName: string, value: string): void

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