type property

String? type
getter/setter pair

The type of the value being provided. Possible string values are:

  • "bool" : A restriction of boolean type.
  • "string" : A restriction of string type.
  • "integer" : A restriction of integer type.
  • "choice" : A choice of one item from a set.
  • "multiselect" : A choice of multiple items from a set.
  • "hidden" : A hidden restriction of string type (the default value can be used to pass along information that cannot be modified, such as a version code).
  • "bundle" : [M+ devices only] A bundle of restrictions
  • "bundleArray" : [M+ devices only] An array of restriction bundles

Implementation

core.String? type;