Type Alias TJSSettingsCustomSectionFolder
TJSSettingsCustomSectionFolder : {
label: string;
styles?: {
[key: string]: string | null;
};
summaryEnd?: TJSSvelteConfig;
}
label: string;
styles?: {
[key: string]: string | null;
};
summaryEnd?: TJSSvelteConfig;
}
Type declaration
label: string
Optional
styles?: {
[key: string]: string | null;
}Inline styles for the
TJSSvgFolder
; useful for setting CSS variables.[key: string]: string | null
Optional
summaryEnd ?: TJSSvelteConfigA Svelte component config object defining TJSSvgFolder summary end component.
The folder label.