Interface IGetAllItemsOptions
Package: @aurigma/design-atoms-model
Properties
containerFilterFunc
Declaration
containerFilterFunc?: (container: Container) => boolean;
Property Value
| Type | Description |
|---|---|
| (container: Container) => boolean |
excludeGroupItems
Declaration
excludeGroupItems?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
flatGroupItems
Declaration
flatGroupItems?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
ignoreMockups
Declaration
ignoreMockups: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
includePlaceholderContents
Declaration
includePlaceholderContents?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |