Type Alias TJSFolderOptions
TJSFolderOptions : {
chevronOnly?: boolean;
focusChevron?: boolean;
focusIndicator?: boolean;
}
chevronOnly?: boolean;
focusChevron?: boolean;
focusIndicator?: boolean;
}
Type declaration
Optional
chevronOnly ?: booleanOptional
focusChevron ?: booleanWhen true the focus-visible outline for the summary will only be around the chevron.
Optional
focusIndicator ?: booleanWhen true a
focus-visible
focus indicator is inserted between the chevron and summary label. This is a useful a11y focus indicator whenoutline
isn't suitable.
When true only clicks on the folder chevron open / close the summary.