Skip to content

@waylis/core


@waylis/core / TextLimits

Interface: TextLimits

Defined in: src/message/types.ts:40

Limits for text content.

Properties

maxLength?

ts
optional maxLength: number;

Defined in: src/message/types.ts:42


minLength?

ts
optional minLength: number;

Defined in: src/message/types.ts:41

Released under the MIT License.