Skip to main content

Values

Less than 1 minute

Values

ActivePartsopen in new window

Type: ZodRecord<ZodString, ZodUnion<[ZodString, ZodArray<ZodString, "many">]>>

Attentionopen in new window

Type: ZodObject<object, "strip", ZodTypeAny, object, object>

Layoutopen in new window

Type: ZodObject<object, "strip", ZodTypeAny, object, object>

Basic state provided by a layout plugin.

Layout provides the state of global UI landmarks, such as the sidebar, dialog, and popover. Generally only one dialog or popover should be open at a time, a layout plugin should manage this. For other landmarks, such as toasts, rendering them in the layout prevents them from unmounting when navigating.

Locationopen in new window

Type: ZodObject<object, "strip", ZodTypeAny, object, object>

Basic state provided by a navigation plugin.

Resourceopen in new window

Type: ZodRecord<ZodString, ZodRecord<ZodString, ZodUnion<[ZodString, ZodRecord<ZodString, ZodAny>]>>>

A resource is a collection of translations for a language.

ResourceKeyopen in new window

Type: ZodUnion<[ZodString, ZodRecord<ZodString, ZodAny>]>

ResourceLanguageopen in new window

Type: ZodRecord<ZodString, ZodUnion<[ZodString, ZodRecord<ZodString, ZodAny>]>>

SLUG_COLLECTION_INDICATORopen in new window

Type: ""

SLUG_ENTRY_SEPARATORopen in new window

Type: "_"

SLUG_KEY_VALUE_SEPARATORopen in new window

Type: "-"

SLUG_LIST_SEPARATORopen in new window

Type: "."

SLUG_PATH_SEPARATORopen in new window

Type: "~"

Toastopen in new window

Type: ZodObject<object, "strip", ZodTypeAny, object, object>

defaultFileTypesopen in new window

Type: object