Interface IComponentOptionsFieldOption

Index

Properties

Optional alias

alias: string | string[]

Optional attrName

attrName: string

Optional defaultFunction

defaultFunction: function

Type declaration

    • (element: HTMLElement): string
    • Parameters

      • element: HTMLElement

      Returns string

Optional defaultValue

defaultValue: string

Optional depend

depend: string

Optional deprecated

deprecated: string

Optional postProcessing

postProcessing: IComponentOptionsPostProcessing<string>

Optional required

required: boolean

Optional section

section: string

Optional validator

validator: function

Type declaration

    • (value: string): boolean
    • Parameters

      • value: string

      Returns boolean

Hierarchy