Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Style

Hierarchy

Implements

Implemented by

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

PropertyBag

PropertyBag: object

Type declaration

  • prototype: object
    • [property: string]: string

_isViewBase

_isViewBase: boolean

alignContent

alignContent: AlignContent

alignItems

alignItems: AlignItems

alignSelf

alignSelf: AlignSelf

androidContentInset

androidContentInset: string | number | LengthDipUnit | LengthPxUnit

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 | number | LengthDipUnit | LengthPxUnit

borderRightColor

borderRightColor: Color

borderRightWidth

borderRightWidth: Length

borderTopColor

borderTopColor: Color

borderTopLeftRadius

borderTopLeftRadius: Length

borderTopRightRadius

borderTopRightRadius: Length

borderTopWidth

borderTopWidth: Length

borderWidth

borderWidth: string | number | LengthDipUnit | LengthPxUnit

clipPath

clipPath: string

color

color: Color

flexDirection

flexDirection: FlexDirection

flexGrow

flexGrow: number

flexShrink

flexShrink: number

flexWrap

flexWrap: FlexWrap

flexWrapBefore

flexWrapBefore: boolean

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 | number | LengthDipUnit | LengthPxUnit | LengthPercentUnit

marginBottom

marginBottom: PercentLength

marginLeft

marginLeft: PercentLength

marginRight

marginRight: PercentLength

marginTop

marginTop: PercentLength

minHeight

minHeight: Length

minWidth

minWidth: Length

opacity

opacity: number

order

order: number

padding

padding: string | number | LengthDipUnit | LengthPxUnit

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

Private scopedCssVariables

scopedCssVariables: Map<string, string>

selectedBackgroundColor

selectedBackgroundColor: Color

selectedTabTextColor

selectedTabTextColor: Color

separatorColor

separatorColor: Color

statusBarStyle

statusBarStyle: "dark" | "light"

tabBackgroundColor

tabBackgroundColor: Color

tabTextColor

tabTextColor: Color

tabTextFontSize

tabTextFontSize: number

textAlignment

textAlignment: TextAlignment

textDecoration

textDecoration: TextDecoration

textTransform

textTransform: TextTransform

tintColor

tintColor: Color

translateX

translateX: number

translateY

translateY: number

Private unscopedCssVariables

unscopedCssVariables: Map<string, string>

verticalAlignment

verticalAlignment: VerticalAlignment

viewRef

viewRef: WeakRef<ViewBase>

visibility

visibility: Visibility

whiteSpace

whiteSpace: WhiteSpace

width

width: PercentLength

zIndex

zIndex: number

Static propertyChangeEvent

propertyChangeEvent: string

Accessors

view

Methods

_createPropertyChangeData

  • _createPropertyChangeData(propertyName: string, value: any, oldValue?: any): PropertyChangeData

_emit

  • _emit(eventNames: string): void

addEventListener

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

get

  • get(name: string): any

getCssVariable

  • getCssVariable(varName: string): string

hasListeners

  • hasListeners(eventName: string): boolean

notify

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

notifyPropertyChange

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

off

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

on

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

once

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

removeEventListener

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

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

toString

  • toString(): string

Static addEventListener

  • addEventListener(eventName: string, callback: any, thisArg?: any): void

Static off

  • off(eventName: string, callback?: any, thisArg?: any): void

Static on

  • on(eventName: string, callback: any, thisArg?: any): void

Static once

  • once(eventName: string, callback: any, thisArg?: any): void

Static removeEventListener

  • removeEventListener(eventName: string, callback?: any, thisArg?: any): 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