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