CustomSectionFolder: {
    label: string;
    styles?: { [key: string]: string };
    summaryEnd?: Embed;
}

Type declaration

  • label: string

    The folder label.

  • Optionalstyles?: { [key: string]: string }

    Inline styles for the TJSSvgFolder; useful for setting CSS variables.

  • OptionalsummaryEnd?: Embed

    A Svelte component config object defining TJSSvgFolder summary end component.