TJSSettingsCustomSection: {
    class: Function;
    folder?: string | TJSSettingsCustomSectionFolder;
    props?: Function;
    styles?: object;
}

Type declaration

  • class: Function

    Svelte component constructor function for custom section.

  • Optionalfolder?: string | TJSSettingsCustomSectionFolder

    A folder label or TJSSettingsCustomSectionFolder object.

  • Optionalprops?: Function

    Svelte component constructor function for custom section.

  • Optionalstyles?: object

    Inline styles for the section element.