interface MlStringSchemaOptions {
    allowHTML?: boolean;
    array?: boolean;
    maxLength?: number;
}

Properties

allowHTML?: boolean
array?: boolean
maxLength?: number