ui/build/layout/cluster.svelte
ui/build/layout/cluster.svelte
Interfaces
ClusterProps
Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:3
Extends
Properties
align?
optional align?: "start" | "end" | "center" | "baseline";Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:6
as?
optional as?: any;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:4
children
children: Snippet;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:16
divided?
optional divided?: boolean;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:15
A hairline between children — a segmented strip. Pair with gap="none".
fill?
optional fill?: boolean;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:11
Fill the parent's height.
gap?
optional gap?: any;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:5
grow?
optional grow?: boolean;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:9
Take the remaining space along the parent's main axis.
justify?
optional justify?: "start" | "end" | "center" | "between";Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:7
shrink?
optional shrink?: boolean;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:13
Allow this region to shrink when its parent is constrained.
Type Aliases
default
type default = ReturnType<typeof default>;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:18
Variables
default
const default: Component;Defined in: apps/website/.api-docs-entry/ui/build/layout/cluster.svelte.d.ts:18