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

Summary

Constructors

constructor

Properties

creatingViewEvent
164 properties inherited from View
Click to expand

Methods

on
125 methods inherited from View
Click to expand

Constructors

constructor

new Placeholder(): Placeholder

Properties

creatingViewEvent

Static
creatingViewEvent: string

Methods

on

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

callback
(args: EventData) => void

Returns any
on(event: "creatingView", callback: (args: CreateViewEventData) => void): any
Parameter Default Description
event
"creatingView"

callback
(args: CreateViewEventData) => void

Returns any