Skip to content

PreferencesBuilder🔗

Constructor🔗

new PreferencesBuilder()

Methods🔗

build🔗

Builds the object.

build()

cookiePreferences🔗

Cookie preferences

cookiePreferences(cookiePreferences: cog.Builder<preferences.CookiePreferences>)

homeDashboardUID🔗

UID for the home dashboard

homeDashboardUID(homeDashboardUID: string)

language🔗

Selected language (beta)

language(language: string)

Navigation preferences

navbar(navbar: cog.Builder<preferences.NavbarPreference>)

queryHistory🔗

Explore query history preferences

queryHistory(queryHistory: cog.Builder<preferences.QueryHistoryPreference>)

theme🔗

light, dark, empty is default

theme(theme: string)

timezone🔗

The timezone selection

TODO: this should use the timezone defined in common

timezone(timezone: string)

weekStart🔗

day of the week (sunday, monday, etc)

weekStart(weekStart: string)

See also🔗