Skip to content

workspace-shell

workspace-shell

Interfaces

WorkspaceImpersonationModel

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:16

Properties

selectedTeamIds
readonly selectedTeamIds: readonly string[];

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:21

teams
readonly teams: readonly object[];

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:17


WorkspaceNavigationItem

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:23

Properties

active
readonly active: boolean;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:28

children?
readonly optional children?: readonly WorkspaceNavigationItem[];

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:30

featureColor?
readonly optional featureColor?: FeatureColorKey;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:29

href
readonly href: string;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:27

icon
readonly icon: string | null;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:26

key
readonly key: string;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:24

label
readonly label: string;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:25


WorkspaceNavigationModel

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:32

Properties

activeOrganization
readonly activeOrganization: WorkspaceOrganizationOption;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:33

applications
readonly applications: readonly WorkspaceNavigationItem[];

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:38

impersonation?
readonly optional impersonation?: WorkspaceImpersonationModel;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:36

organizations
readonly organizations: readonly WorkspaceOrganizationOption[];

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:34

system
readonly system: readonly WorkspaceNavigationItem[];

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:37

user
readonly user: WorkspaceUserSummary;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:35


WorkspaceOrganizationOption

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:4

Properties

id
readonly id: string;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:5

logoUrl?
readonly optional logoUrl?: string | null;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:7

name
readonly name: string;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:6


WorkspaceUserSummary

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:9

Properties

avatarUrl?
readonly optional avatarUrl?: string | null;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:13

email
readonly email: string;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:11

name
readonly name: string;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:10

role
readonly role: string;

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:12

teamLabels
readonly teamLabels: readonly string[];

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:14

Type Aliases

WorkspaceShell

type WorkspaceShell = ReturnType<typeof WorkspaceShell>;

Defined in: packages/ui/build/workspace-shell/workspace-shell.svelte.d.ts:12


WorkspaceSidebarNavigationItem

type WorkspaceSidebarNavigationItem = ReturnType<typeof WorkspaceSidebarNavigationItem>;

Defined in: packages/ui/build/workspace-shell/workspace-sidebar-navigation-item.svelte.d.ts:8


WorkspaceSidebarNavigationSection

type WorkspaceSidebarNavigationSection = ReturnType<typeof WorkspaceSidebarNavigationSection>;

Defined in: packages/ui/build/workspace-shell/workspace-sidebar-navigation-section.svelte.d.ts:9

Variables

WORKSPACE_SIDEBAR_ITEM_TEXT_CLASS

const WORKSPACE_SIDEBAR_ITEM_TEXT_CLASS: "text-xs font-normal sm:text-micro" = "text-xs font-normal sm:text-micro";

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:3


WORKSPACE_SIDEBAR_SECTION_TEXT_CLASS

const WORKSPACE_SIDEBAR_SECTION_TEXT_CLASS: "text-micro font-normal uppercase tracking-wide sm:text-tiny" = "text-micro font-normal uppercase tracking-wide sm:text-tiny";

Defined in: packages/ui/build/workspace-shell/workspace-shell.types.d.ts:2


WorkspaceShell

const WorkspaceShell: Component;

Defined in: packages/ui/build/workspace-shell/workspace-shell.svelte.d.ts:12


WorkspaceSidebarNavigationItem

const WorkspaceSidebarNavigationItem: Component;

Defined in: packages/ui/build/workspace-shell/workspace-sidebar-navigation-item.svelte.d.ts:8


WorkspaceSidebarNavigationSection

const WorkspaceSidebarNavigationSection: Component;

Defined in: packages/ui/build/workspace-shell/workspace-sidebar-navigation-section.svelte.d.ts:9