breakUpSlide
Home > @gooddata/sdk-ui-dashboard > SectionSlidesTransformerFunction > breakUpSlide
SectionSlidesTransformerFunction.breakUpSlide 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.
This transformer ís used to extract break up slide from current section. Break up slide is created from section title and description. This transformer only create slide when section has title or description.
Signature:
breakUpSlide: (section: IDashboardLayoutSection<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;