Setting UI

0.5.0

interface SettingUI {
    defaultTab:
        | "Participants"
        | "Profile"
        | "General"
        | "Presenter";
    sections: SettingSection[];
}

Properties

Properties

defaultTab:
    | "Participants"
    | "Profile"
    | "General"
    | "Presenter"

The current tab ID of the settings

sections: SettingSection[]

The sections of the settings