widgetSlide
Home > @gooddata/sdk-ui-dashboard > SectionSlidesTransformerFunction > widgetSlide
SectionSlidesTransformerFunction.widgetSlide 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 extract widget slide from current section and provided item. Widget slide is created from provided item. Widget slide always contains only one item that mean there will be one item on created slide.
Signature:
widgetSlide: (item: IDashboardLayoutItem<TWidget>) => IDashboardLayoutSection<TWidget>[] | undefined;