Skip to content

@sign-kit/core Types


@sign-kit/core Types / TextValidation

Interface: TextValidation

Defined in: types.ts:23

Extends

Properties

maxLength?

optional maxLength?: number

Defined in: types.ts:24


message?

optional message?: string

Defined in: types.ts:20

Inherited from

ValidationRuleBase.message


pattern?

optional pattern?: string

Defined in: types.ts:25

Released under the Apache License 2.0.