Nativescript UI Material Components
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    actualActive: boolean
    animating: boolean
    columns: string

    A string value representing column widths delimited with commas.

    Valid values: an absolute number, auto, or *:

    dynamicElevationOffset: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the dynamic elevation offset of the view.

    elevation: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the elevation of the view.

    isActive: boolean
    orientation: string
    rippleColor: Color

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the ripple-color of the view.

    rippleColorAlpha: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the ripple-color alpha of the view.

    rows: string

    A string value representing row heights delimited with commas.

    Valid values: an absolute number, auto, or *:

    Accessors

    • get active(): boolean

      Returns boolean

    • set active(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get backDrop(): this

      Returns this

    • get buttonClass(): string

      Returns string

    • set buttonClass(value: string): void

      Parameters

      • value: string

      Returns void

    • get buttonFontSize(): number

      Returns number

    • set buttonFontSize(value: number): void

      Parameters

      • value: number

      Returns void

    • get color(): Color

      Gets or sets the color of the view.

      Returns Color

    • set color(value: Color): void

      Gets or sets the color of the view.

      Parameters

      • value: Color

      Returns void

    • get fabsHolder(): FlexboxLayout

      Returns FlexboxLayout

    • get horizontalAlignment(): HorizontalAlignmentType

      Gets or sets the alignment of this view within its parent along the Horizontal axis.

      Returns HorizontalAlignmentType

    • set horizontalAlignment(value: HorizontalAlignmentType): void

      Gets or sets the alignment of this view within its parent along the Horizontal axis.

      Parameters

      • value: HorizontalAlignmentType

      Returns void

    • get icon(): string | ImageSource

      Returns string | ImageSource

    • set icon(value: string | ImageSource): void

      Parameters

      • value: string | ImageSource

      Returns void

    • get isLeft(): boolean

      Returns boolean

    • get isRight(): boolean

      Returns boolean

    • get text(): string

      Returns string

    • set text(value: string): void

      Parameters

      • value: string

      Returns void

    • get title(): string

      Returns string

    • set title(value: string): void

      Parameters

      • value: string

      Returns void

    • get titleClass(): string

      Returns string

    • set titleClass(value: string): void

      Parameters

      • value: string

      Returns void

    Methods

    • Adds the view to children array.

      Parameters

      • child: any

      Returns void

    • Parameters

      • ...args: any

      Returns void

    • Parameters

      • way: "open" | "hide"
      • fab: SpeedDialItem
      • index: any
      • count: any
      • duration: any
      • OptionalisMain: boolean

      Returns AnimationDefinition[]

    • Clean up references to the native view.

      Returns void

    • Parameters

      • Optionalduration: number

      Returns Promise<void>

    • Initializes properties/listeners of the native view.

      Returns void

    • Inserts the view to children array at the specified index.

      Parameters

      • child: any
      • index: any

      Returns boolean

    • Parameters

      • args: any

      Returns void

    • Parameters

      • args: any

      Returns void

    • Parameters

      Returns void

    • Parameters

      • Optionalduration: number

      Returns Promise<void>