Reference Source
import {BusyModal} from '@xeokit/xeokit-viewer/src/HelpModal.js'
public class | source

BusyModal

Extends:

Controller → BusyModal

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public
public

hide()

public

show(message: *)

Inherited Summary

From class Controller
public

server: *

public

viewer: *

public
public

Destroys this Controller.

public

error(message: String)

Logs an error for this Controller to the JavaScript console.

public

fire(event: String, value: Object, forget: Boolean)

Fires an event on this Controller.

public

Gets whether or not this Controller is active.

public

Gets whether or not this Controller is enabled.

public

log(message: String)

Logs a console debugging message for this Controller.

public

off(subId: String)

Cancels an event subscription that was previously made with Controller#on or Controller#once.

public

on(event: String, callback: Function, scope: Object): String

Subscribes to an event on this Controller.

public

once(event: String, callback: Function, scope: Object)

Subscribes to the next occurrence of the given event, then un-subscribes as soon as the event is handled.

public

setActive(active: boolean)

Activates or deactivates this Controller.

public

setEnabled(enabled: boolean)

Enables or disables this Controller.

public

warn(message: String)

Logs a warning for this Controller to the JavaScript console.

Public Constructors

public constructor() source

Public Methods

public destroy() source

Destroys this Controller.

Override:

Controller#destroy

public hide() source

public show(message: *) source

Params:

NameTypeAttributeDescription
message *