includeFieldsWithNoValues

Accessor

Should fields with no values be included in the property list. No value means:

  • For primitive fields: null, undefined, "" (empty string)
  • For array fields: [] (empty array)
  • For struct fields: {} (object with no members)

get: boolean


Setter

Should fields with no values be included in the property list. No value means:

  • For primitive fields: null, undefined, "" (empty string)
  • For array fields: [] (empty array)
  • For struct fields: {} (object with no members)

set(value: boolean): void

Parameter Type Description
value boolean  

Defined in

Last Updated: 08 January, 2020