Web App
Functions
Link copied to clipboard
fun offEventWithBoolean(type: String, callback: (ViewportChangedData) -> Unit)
Content copied to clipboard
Properties
Extensions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun WebApp.onEvent(type: EventType, eventHandler: EventHandler): () -> Unit
Content copied to clipboard
fun WebApp.onEvent(type: EventType.ViewportChanged, eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun WebApp.onViewportChanged(eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit
Content copied to clipboard