Home > @plasmicapp/data-sources-context > PlasmicDataSourceContextValue
PlasmicDataSourceContextValue interface
Signature:
export interface PlasmicDataSourceContextValue
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
authRedirectUri? | string | (Optional) | |
isUserLoading? | boolean | (Optional) | |
user? | { email: string; properties: Record<string, unknown> | null; roleId: string; roleName: string; roleIds: string[]; roleNames: string[]; } | null | (Optional) | |
userAuthToken? | string | null | (Optional) |