interface NewTabPageSettings {
    customizerDrawer?: { autoOpen?: boolean; state: "enabled" | "disabled" };
}

Properties

customizerDrawer?: { autoOpen?: boolean; state: "enabled" | "disabled" }

Type declaration

  • OptionalautoOpen?: boolean

    Should the customizer drawer be opened on page load?

  • state: "enabled" | "disabled"