IShowAsTableButtonProps
Home > @gooddata/sdk-ui-dashboard > IShowAsTableButtonProps
IShowAsTableButtonProps interface
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.
Signature:
export interface IShowAsTableButtonProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
focusTargetRef? | React.RefObject<HTMLElement> | (ALPHA) (Optional) Optional ref to the target visualization container element for focus management. When provided, focus will move to the first focusable element within the target visualization when the show-as-table state changes, simulating natural tab navigation. | |
isWidgetAsTable | boolean | (ALPHA) | |
onClick | () => void | (ALPHA) | |
widget | IInsightWidget | (ALPHA) |