Classes
Placeholder
Placeholder
Represents a Placeholder, which is used to add a native view to the visual tree.
Summary
Constructors
Constructors
constructor
new Placeholder(): Placeholder
Returns Placeholder
Properties
creatingViewEvent
Static
String value used when hooking to creatingView event.
Methods
on
on(eventNames: string, callback: (args: EventData) => void, thisArg?: any): void
A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
Returns void
on(event: "creatingView", callback: (args: CreateViewEventData) => void, thisArg?: any): void
Raised when a creatingView event occurs.
Returns void
- Previous
- ParserEventType
- Next
- Progress