• Preparing search index...
  • The search index is not available
@umbraco-cms/backoffice
  • @umbraco-cms/backoffice
  • packages/core/validation
  • UmbFormControlMixin

Function UmbFormControlMixin

  • UmbFormControlMixin<ValueType, T, DefaultValueType>(superClass, defaultValue?): HTMLElementConstructor<UmbFormControlMixinElement<ValueType | DefaultValueType>> & T
  • Type Parameters

    • ValueType = FormDataEntryValue | FormData
    • T extends HTMLElementConstructor<LitElement> = HTMLElementConstructor<LitElement>
    • DefaultValueType = undefined

    Parameters

    • superClass: T

      superclass to be extended.

    • OptionaldefaultValue: DefaultValueType

      Default value for the form control.

    Returns HTMLElementConstructor<UmbFormControlMixinElement<ValueType | DefaultValueType>> & T

    • The mixin class.

    Mixin

    The mixin allows a custom element to participate in HTML forms.

    • Defined in src/packages/core/validation/mixins/form-control.mixin.ts:106

Settings

Member Visibility
@umbraco-cms/backoffice
  • Loading...

Generated using TypeDoc