interface State {
    labelList: TypeFromFields<{
        label: FieldType<string>;
        value: FieldType<string>;
    }>[];
}

Hierarchy

  • StateType
    • State

Properties

Properties

labelList: TypeFromFields<{
    label: FieldType<string>;
    value: FieldType<string>;
}>[]

An implementation shall support at least 4 list entries per node for all User Label cluster instances on the node.

MatterSpecification.v13.Core § 9.9.4.1