ui/build/layout/split.svelte
ui/build/layout/split.svelte
Interfaces
SplitProps
Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:5
Extends
Properties
as?
optional as?: any;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:6
collapse?
optional collapse?: SplitCollapse;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:8
collapseAt?
optional collapseAt?: "compact" | "narrow";Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:9
end
end: Snippet;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:14
fill?
optional fill?: boolean;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:12
Fill a definite-height parent so both panes can hand that height to their contents.
gap?
optional gap?: any;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:10
ratio?
optional ratio?: SplitRatio;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:7
start
start: Snippet;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:13
switchLabels?
optional switchLabels?: readonly [string, string];Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:15
Type Aliases
default
type default = ReturnType<typeof default>;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:17
SplitCollapse
type SplitCollapse = "stack" | "switch" | "none";Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:4
SplitRatio
type SplitRatio = "rail" | "sidebar" | "third" | "half" | "wide";Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:3
Variables
default
const default: Component;Defined in: apps/website/.api-docs-entry/ui/build/layout/split.svelte.d.ts:17