Skip to content

@vtjDocs


@vtj / ui / XCaptcha

Variable: XCaptcha

const XCaptcha: DefineComponent<object, object, unknown, object, object, ComponentOptionsMixin, ComponentOptionsMixin, object, string, PublicProps, Readonly<ExtractPropTypes<object>>, object, object>

Type declaration

maxlength

maxlength: object

maxlength.default

default: number

maxlength.type

type: PropType<number>

modelValue

modelValue: PropType<any>

placeholder

placeholder: object

placeholder.default

default: string

placeholder.type

type: PropType<string>

src

src: object

src.type

type: PropType<() => MaybePromise<string>>

validate

validate: object

validate.type

type: PropType<(value) => MaybePromise<boolean>>

Defined in

packages/ui/types/components/captcha/Captcha.d.ts:3

Released under the MIT License.