Namespaces
Members
(static) ID_FIELD
Value for the ID field when searching content
Methods
(static) address(newValueopt) → {string}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
newValue |
string |
<optional> |
The new Firestorm address |
Returns:
The stored Firestorm address
- Type
- string
(static) collection(name, addMethodsopt) → {Collection.<T>}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
name |
string | The name of the collection |
|
addMethods |
function |
<optional> |
Additional methods and data to add to the objects |
Returns:
The collection instance
- Type
- Collection.<T>
(static) table(name) → {Collection.<T>}
- Description:
Create a temporary Firestorm collection with no methods
- Source:
- Deprecated:
- Use collection with no second argument instead
Parameters:
Name | Type | Description |
---|---|---|
name |
string | The table name to get |
Returns:
The table instance
- Type
- Collection.<T>
(static) token(newValueopt) → {string}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
newValue |
string |
<optional> |
The new Firestorm write token |
Returns:
The stored Firestorm write token
- Type
- string