This function is determins if we in a Hype Preview.
Bolean
Return true if not on device
This function allows to override a global default by key or if a object is given as key to override all default at once
Name | Type | Description | |
---|---|---|---|
key |
String
|
This is the key to override |
|
value |
String
Function
Object
|
This is the value to set for the key |
Void
This function returns the value of a default by key or all default if no key is given
Name | Type | Description | |
---|---|---|---|
key |
String
|
This the key of the default. |
Returns the current value for a default with a certain key.
hypeDocument.getSymbolInstance 1.1 (by Stephen, modified by Max Ziebell)
Name | Type | Description | |
---|---|---|---|
element |
HTMLDivElement
|
The starting point for the search |
symbolInstance
Is either the symbolInstance or null
hypeDocument.triggerAction
Name | Type | Description | |
---|---|---|---|
code |
String
|
The code to be executed |
|
options |
Object
|
The options for context |
whatever the code returns
Name | Type | Description | |
---|---|---|---|
version |
String
|
Version of the extension |
|
getDefault |
Function
|
Get a default value used in this extension |
|
setDefault |
Function
|
Set a default value used in this extension |
Void