Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NativeViewItem

Hierarchy

  • NativeViewItem

Index

Constructors

constructor

  • new NativeViewItem(x: number, y: number, width: number, height: number, backgroundColor: string, textColor: string, textSize: number): NativeViewItem
  • Parameters

    • x: number
    • y: number
    • width: number
    • height: number
    • backgroundColor: string
    • textColor: string
    • textSize: number

    Returns NativeViewItem

Properties

backgroundColor

backgroundColor: string

height

height: number

textColor

textColor: string

textSize

textSize: number

width

width: number

x

x: number

y

y: number

Generated using TypeDoc