Skip to content

ui/build/workspace-shell/workspace-shell.types

ui/build/workspace-shell/workspace-shell.types

Interfaces

WorkspaceNavigationItem

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:20

Properties

active
readonly active: boolean;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:25

badge?
readonly optional badge?: string;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:26

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

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:30

confirm?
readonly optional confirm?: object;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:37

Ask before following this item. Set by builders for destinations that take over the session — a kiosk app renders chromeless, so the only way out is the URL bar — and the copy is the builder's, because only it knows what the destination does.

cancelLabel
readonly cancelLabel: string;
confirmLabel
readonly confirmLabel: string;
description
readonly description: string;
title
readonly title: string;

description?
readonly optional description?: string | null;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:28

featureColor?
readonly optional featureColor?: any;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:27

href
readonly href: string;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:24

icon
readonly icon: string | null;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:23

key
readonly key: string;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:21

label
readonly label: string;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:22

section?
readonly optional section?:
  | "operations"
  | "applications"
  | "settings"
  | "resources"
  | "administration";

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:31

thumbnail?
readonly optional thumbnail?: string | null;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:29


WorkspaceNavigationSection

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:44

Properties

href?
readonly optional href?: string;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:48

items
readonly items: readonly WorkspaceNavigationItem[];

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:47

key
readonly key: "operations" | "applications";

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:45

label
readonly label: string;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:46

Type Aliases

WorkspaceImpersonation

type WorkspaceImpersonation = typeof WorkspaceImpersonationSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:64


WorkspaceImpersonationTeam

type WorkspaceImpersonationTeam = typeof WorkspaceImpersonationTeamSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:54


WorkspaceNavigationModel

type WorkspaceNavigationModel = typeof WorkspaceNavigationModelSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:98


WorkspaceOrganizationOption

type WorkspaceOrganizationOption = typeof WorkspaceOrganizationOptionSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:11


WorkspaceUserSummary

type WorkspaceUserSummary = typeof WorkspaceUserSummarySchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:19

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: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:4


WORKSPACE_SIDEBAR_SECTION_TEXT_CLASS

const WORKSPACE_SIDEBAR_SECTION_TEXT_CLASS: "text-overline" = "text-overline";

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:3


WORKSPACE_SIDEBAR_TRAILING_SLOT_CLASS

const WORKSPACE_SIDEBAR_TRAILING_SLOT_CLASS: "pointer-events-none absolute top-1/2 right-2 flex -translate-y-1/2 items-center justify-center" = "pointer-events-none absolute top-1/2 right-2 flex -translate-y-1/2 items-center justify-center";

Defined in: apps/website/.api-docs-entry/ui/build/workspace-shell/workspace-shell.types.d.ts:5