Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionArrayString

An option for inputting arrays of strings

Hierarchy

Index

Properties

Optional defaultValue

defaultValue: string[]

The default value for this option

Optional descr

descr: string

The description of this option

items

items: "string"

The type of items the array is made of

Optional maxItems

maxItems: number

The maximum number of values

type

type: "array"

The type of the option

value

value: null | string[]

The array's value

Generated using TypeDoc