focusTargetRef
Home > @gooddata/sdk-ui-dashboard > IShowAsTableButtonProps > focusTargetRef
IShowAsTableButtonProps.focusTargetRef 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.
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.
Signature:
focusTargetRef?: React.RefObject<HTMLElement>;