Skip to content

API Reference / @gtkx/config / AppliedProp

Type Alias: AppliedProp

AppliedProp = ValueProp | ControlledTextProp | LazyProp | ListProp

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

Any prop rule applied directly to an element instance rather than through container child attachment: a ValueProp, ControlledTextProp, LazyProp, or ListProp.

Released under the MPL-2.0 License.