ShopItemNotFoundStatusParameters
interface ShopItemStatusNotFoundParameters
{
priority: number;
label: TranslationText;
color: string;
isBlockedToPick: boolean;
}
Properties
| Name | Type | Description |
|---|---|---|
| priority | number | Status priority. The higher it is, the more important it is. It must be an integer. Each status must have a unique priority. The status of the entire store object is equal to the most important status among the status of the subobjects. For example, if one of the cabinet elements (handle) is UNAVAILABLE, the entire cabinet will have a status of UNAVAILABLE. |
| label | TranslationText | Status label in multiple languages |
| color | string | color in hexadecimal format, e.g. #f5ad42 |
| isBlockedToPick | boolean | When the status is set to true, it won't be possible to add the object to the scene |
Description
Special NOT_FOUND status parameter.