Skip to content

API Reference / @gtkx/config / ControlledTextProp

Type Alias: ControlledTextProp

ControlledTextProp = z.infer<typeof controlledTextSchema>

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

Rule for a controlled text prop: prop is written directly to the GObject property and kept in sync with the element's own edits.

Released under the MPL-2.0 License.