Preview 2.0 is now in Public Beta!
Read the Announcement
Button

Summary

Constructors

constructor

Properties

android
ios
tapEvent
textWrap
180 properties inherited from TextBase
Click to expand

Methods

on
128 methods inherited from TextBase
Click to expand

Constructors

constructor

new Button(): Button

Properties

android

textWrap

tapEvent

Static

Methods

on

on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): any
Parameter Default Description
eventNames
string

callback
(data: EventData) => void

thisArg
any

Returns any
on(event: "tap", callback: (args: EventData) => void, thisArg?: any): any
Parameter Default Description
event
"tap"

callback
(args: EventData) => void

thisArg
any

Returns any
Previous
Builder