Data: {
    destroy?: Function;
    folders: Folder[];
    sections: Section[];
    storeScrollbar: Writable<number>;
    topLevel: TJSGameSettingsWithUI.UISetting.Data[];
}

Type declaration

  • Optionaldestroy?: Function

    The bound destroy callback function for received of TJSGameSettingsWithUI.Data instance.

  • folders: Folder[]

    Sorted folders with associated settings and label.

  • sections: Section[]

    Custom sections.

  • storeScrollbar: Writable<number>

    The store for applyScrolltop.

  • topLevel: TJSGameSettingsWithUI.UISetting.Data[]

    Top level settings data.