defaultItems
Home > @gooddata/sdk-ui-dashboard > SectionSlidesTransformerFunction > defaultItems
SectionSlidesTransformerFunction.defaultItems property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Default transformer for the items. This is used as default transformation method for the items in section in case that no plugin override it. Can be used to provide default transformation for the items in custom plugin.
Signature:
defaultItems: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;