跳到主要内容

ui/build/layout/switcher.svelte

ui/build/layout/switcher.svelte

Interfaces

SwitcherProps

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:4

Extends

Properties

align?
optional align?: "start" | "end" | "center" | "stretch";

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:12

as?
optional as?: any;

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:5

children
children: Snippet;

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:15

gap?
optional gap?: any;

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:11

reverse?
optional reverse?: boolean;

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:14

Stacked, the last child comes first — a dialog footer's primary action on top.

threshold?
optional threshold?: SwitcherThreshold;

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:10

The container width below which every child takes a full row. Intrinsic (Every Layout's Switcher): no media or container query, so it responds to the space it is actually given.

Type Aliases

default

type default = ReturnType<typeof default>;

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:17


SwitcherThreshold

type SwitcherThreshold = "compact" | "narrow" | "wide";

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:3

Variables

default

const default: Component;

Defined in: apps/website/.api-docs-entry/ui/build/layout/switcher.svelte.d.ts:17