Type Alias TJSSettingsCustomSectionFolder

TJSSettingsCustomSectionFolder: {
    label: string;
    styles?: Record<string, string>;
    summaryEnd?: TJSSvelteConfig;
}

Type declaration

  • label: string

    The folder label.

  • Optionalstyles?: Record<string, string>

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

  • OptionalsummaryEnd?: TJSSvelteConfig

    A Svelte component config object defining TJSSvgFolder summary end component.