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

Properties

destroy?: 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 applyScroll.

Top level settings data.