Skip to content

Component Property Fields

Path: properties[]

Fields used for platform properties.

Field Aliases ASN.1 Description
propertyName Property name.
propertyValue Property value.
propertyStatus Optional attribute status indicating whether the property was added, modified, or removed.

Mermaid

Source: component-property-fields.mmd

graph TD
  component_property_fields["properties[]"]
  component_property_fields_propertyName["propertyName"]
  component_property_fields_propertyValue["propertyValue"]
  component_property_fields_propertyStatus["propertyStatus"]
  component_property_fields --> component_property_fields_propertyName
  component_property_fields --> component_property_fields_propertyValue
  component_property_fields --> component_property_fields_propertyStatus
  classDef path fill:#1f6feb,stroke:#0b3d8c,color:#fff
  classDef field fill:#0e7c66,stroke:#06463a,color:#fff
  classDef alias fill:#6e7681,stroke:#3b414a,color:#fff
  classDef value fill:#bf8700,stroke:#6e4d00,color:#fff
  classDef asn1 fill:#8957e5,stroke:#4f31a3,color:#fff
  class component_property_fields path
  class component_property_fields_propertyName field
  class component_property_fields_propertyValue field
  class component_property_fields_propertyStatus field