Stringparam

StringParam interface

Signature:

export interface StringParam extends AbstractParam<string> 

Extends: AbstractParam<string>

Properties

Property

Modifiers

Type

Description

isSecret?

boolean

(Optional)

type?

"string" | "text"

(Optional)