Preloader module (soon to be deprecated).
- Source:
Methods
(static) context(o) → {string}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
o |
object | parameter object |
Returns:
current value or evaluated value
- Type
- string
(static) date(o) → {string}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
o |
object | parameter object |
Returns:
current value or evaluated value
- Type
- string
(static) init()
- Source:
Initializes preloader
(static) patient(o) → {string}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
o |
object | parameter object |
Returns:
current value or error message
- Type
- string
(static) property(o) → {string}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
o |
object | parameter object |
Returns:
current value or evaluated value
- Type
- string
(static) timestamp(o) → {string}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
o |
object | parameter object |
Returns:
evaluated value or error message
- Type
- string
(static) uid(o) → {string}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
o |
object | parameter object |
Returns:
current value or evaluated value
- Type
- string
(static) user(o) → {string}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
o |
object | parameter object |
Returns:
current value or error message
- Type
- string