TJSFolderOptions: {
    chevronOnly?: boolean;
    focusChevron?: boolean;
    focusIndicator?: boolean;
}

Type declaration

  • OptionalchevronOnly?: boolean

    When true only clicks on the folder chevron open / close the summary.

  • OptionalfocusChevron?: boolean

    When true the focus-visible outline for the summary will only be around the chevron.

  • OptionalfocusIndicator?: boolean

    When true a focus-visible focus indicator is inserted between the chevron and summary label. This is a useful a11y focus indicator when outline isn't suitable.