Class DataStoreMenuContainer
Constructors
Private
constructor
-
Methods
createItem
- createItem(id, payload): void
-
Parameters
-
id: string
-
payload: string
Returns void
destroyItem
- destroyItem(id): void
-
Returns void
getPayload
- getPayload(id): string
-
Returns string
getProperty
- getProperty(id, property): undefined | string | number | boolean
-
Parameters
-
id: string
-
property: string
Returns undefined | string | number | boolean
hasPayload
- hasPayload(id): boolean
-
Returns boolean
hasProperty
- hasProperty(id, property): boolean
-
Parameters
-
id: string
-
property: string
Returns boolean
updateItem
- updateItem(id, payload): void
-
Parameters
-
id: string
-
payload: string
Returns void
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.