PauseEvent
MEMBERS
-
name :string
-
Name of PauseEvent
Example:
// Objective: Get the name of an AppEvent. // Expected Result: The console should read "myAppEvent name keyboardEvent". // Get an instance of the keyboardEvent (AppEventWithFocus) AppEvent. let myAppEvent = nc.appEvents.keyboardEvent; console.log("myAppEvent name", myAppEvent.name);
-
readonly type :string
-
Type identifier