interface State {
    configurationList: TypeFromFields<{
        proxyAllNodes: FieldType<boolean>;
        sourceList: FieldType<NodeId[]>;
    }>[];
}

Hierarchy

  • StateType
    • State

Properties

configurationList: TypeFromFields<{
    proxyAllNodes: FieldType<boolean>;
    sourceList: FieldType<NodeId[]>;
}>[]

List of proxy configurations. There shall NOT be multiple entries in this list for the same fabric.

MatterSpecification.v13.Core § 9.15.13.5.1