Skip to content

API Reference / @gtkx/config / LazyProp

Type Alias: LazyProp

LazyProp = z.infer<typeof lazySchema>

Defined in: element-props.d.ts:160

Rule for a prop applied after construction rather than at construction time, optionally guarded by lookup, a method that must succeed for the value before it is assigned.

Released under the MPL-2.0 License.