interface MlStringHTMLSchemaOptions {
    maxLength?: number;
}

Properties

Properties

maxLength?: number