numericalstorage_menu
Opens a Numerical Storage menu — action entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | numericalstorage_menu |
| Type | Action |
| Color | Blue |
| Icon | fa6-solid:piggy-bank |
Fields
| Field | Type | Description |
|---|---|---|
definition | Ref<NumericalStorageDefinitionEntry> | The storage definition to open. |
layoutPool | List<LayoutData> | Layout pool for the menu. Each layout must have a unique 'id' field. |
mainLayoutId | String | The ID of the main layout to display from the pool. |
triggers | List<Ref<TriggerableEntry>> | Triggerable entries after this entry. |
criteria | List<Criteria> | Criteria to check before triggering. |
modifiers | List<Modifier> | Modifiers to apply when triggered. |
Usage Example
- entry: numericalstorage_menu
name: "Opens a Numerical Storage menu"
definition: ""
layoutPool: []
mainLayoutId: ""
triggers: []
criteria: []
modifiers: []