CCInputParam

CCInputParam

new CCInputParam()

Source:

Members

choices :Object.<string, string>

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

field_type :string

Possible types: TEXT, CHOICE, NUMBER, BOOLEAN.

Source:
Type:
  • string

invalidate_view :boolean

Source:
Type:
  • boolean

name :string

Source:
Type:
  • string

read_only :boolean

Source:
Type:
  • boolean

value :string

Source:
Type:
  • string

value_hint :null|string

Source:
Type:
  • null | string

Methods

(static) convertCCParamsToObjects(input_params) → {Object}

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