CCInputParam

CCInputParam

new CCInputParam()

Source:

Members

choices :Object.<string, string>

Type:
  • Object.<string, string>
Source:

field_type :string

Possible types: TEXT, CHOICE, NUMBER, BOOLEAN.

Type:
  • string
Source:

invalidate_view :boolean

Type:
  • boolean
Source:

name :string

Type:
  • string
Source:

read_only :boolean

Type:
  • boolean
Source:

value :string

Type:
  • string
Source:

value_hint :null|string

Type:
  • null | string
Source:

Methods

(static) convertCCParamsToObjects(input_params) → {Object}

Parameters:
Name Type Description
input_params Object.<string, spv.vds.CCInputParam>
Source:
Returns:
Type
Object