Interface IItemsData
Package: @aurigma/design-atoms-model
Properties
placeholders
Declaration
placeholders?: {
[placeholderName: string]: string;
};
Property Value
| Type | Description |
|---|---|
| { [placeholderName: string]: string; } |
surfaces
Declaration
surfaces?: {
[surfaceName: string]: {
[itemName: string]: IItemData;
};
};
Property Value
| Type | Description |
|---|---|
| { [surfaceName: string]: { [itemName: string]: IItemData; }; } |