Interface SettingsMenuProps

Hierarchy

Properties

darkModeToggle?: CommonInteractiveProps & {
    onChange?: ((theme: string & {} | "dark" | "light") => void);
}
enabled?: boolean
filterMenuToggle?: CommonInteractiveProps & {
    onChange?: ((visible: boolean) => void);
}
fullScreenToggle?: CommonInteractiveProps & {
    onChange?: ((visible: boolean) => void);
}
groupedColumnToggle?: CommonInteractiveProps & {
    onChange?: ((visible: boolean) => void);
}

Generated using TypeDoc