Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionString

An option allowing the input of a string

Hierarchy

  • OptionString

Index

Properties

Optional defaultValue

defaultValue: string

The default value for this option

Optional descr

descr: string

The description of this option

Optional format

format: string

A regex string the value has to match

Optional maxLength

maxLength: number

The maximum length of the string

type

type: "string"

The type of the option

value

value: null | string

The value of this option

Generated using TypeDoc