Hierarchy

  • ParameterDefinition

Properties

default?: string | number | boolean
description?: string
id: string
labels?: {
    empty?: string;
    false?: string;
    true?: string;
}

Type declaration

  • Optional empty?: string
  • Optional false?: string
  • Optional true?: string
name: string
options?: ParameterOption[]
required?: boolean
type: ParameterType