Variable getTabPanelAriaProps
getTabPanelAriaProps: (
id: string,
labelledBy: string,
isHidden: boolean,
) => {
"aria-labelledby": string;
hidden?: boolean;
id: string;
role: string;
tabIndex: number;
}
Type Declaration
- (
id: string,
labelledBy: string,
isHidden: boolean,
): {
"aria-labelledby": string;
hidden?: boolean;
id: string;
role: string;
tabIndex: number;
} Parameters
- id: string
- labelledBy: string
- isHidden: boolean
Returns {
"aria-labelledby": string;
hidden?: boolean;
id: string;
role: string;
tabIndex: number;
}
ARIA props object
Generate ARIA props for a tab panel