Variable userSettingsAtomConst
userSettingsAtom: PrimitiveAtom<Partial<{
_rowy_ref: TableRowRef;
favoriteTables: string[];
roles: string[];
tableTutorialComplete?: boolean;
tables: Record<string, Partial<{
filters: TableFilter[];
hiddenFields: string[];
sorts: TableSort[];
}>>;
theme: Record<"base" | "dark" | "light", ThemeOptions>;
user: {
displayName?: string;
email: string;
phoneNumber?: string;
photoURL?: string;
};
}>> & WithInitialValue<Partial<{
_rowy_ref: TableRowRef;
favoriteTables: string[];
roles: string[];
tableTutorialComplete?: boolean;
tables: Record<string, Partial<{
filters: TableFilter[];
hiddenFields: string[];
sorts: TableSort[];
}>>;
theme: Record<"base" | "dark" | "light", ThemeOptions>;
user: {
displayName?: string;
email: string;
phoneNumber?: string;
photoURL?: string;
};
}>> = ...
User info and settings