defaultSection
Home > @gooddata/sdk-ui-dashboard > SectionSlidesTransformerFunction > defaultSection
SectionSlidesTransformerFunction.defaultSection 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 section. This is used as default transformation method for the section in case that no plugin override it. Can be used to provide default transformation for the section in custom plugin.
Signature:
defaultSection: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;