switcherSlide
Home > @gooddata/sdk-ui-dashboard > SectionSlidesTransformerFunction > switcherSlide
SectionSlidesTransformerFunction.switcherSlide 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 is used to create multiple slides from switcher widget. Each slide contains one visualization that is part of the switcher.
Signature:
switcherSlide: (item: IDashboardLayoutItem<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;