Base: {
    attributes: {
        labelList: WritableAttribute<TypeFromFields[], any>;
    };
    name: "Label";
    revision: 1;
}

Label is a derived cluster, not to be used directly. These elements are present in all clusters derived from Label.

Type declaration

  • Readonlyattributes: {
        labelList: WritableAttribute<TypeFromFields[], any>;
    }
    • ReadonlylabelList: WritableAttribute<TypeFromFields[], any>

      This is a list of string tuples. Each entry is a LabelStruct.

      MatterSpecification.v13.Core § 9.7.5.1

  • Readonlyname: "Label"
  • Readonlyrevision: 1