ClusterInstance: MutableCluster<{
    attributes: {
        currentTarget: OptionalAttribute<number, any>;
        targetList: Attribute<TypeFromFields[], any>;
    };
    commands: {
        navigateTarget: Command<TypeFromFields, TypeFromFields, any>;
    };
    events: {
        targetUpdated: OptionalEvent<TypeFromFields, any>;
    };
    id: 1285;
    name: "TargetNavigator";
    revision: 2;
}, []>

Type declaration

  • Readonlyattributes: {
        currentTarget: OptionalAttribute<number, any>;
        targetList: Attribute<TypeFromFields[], any>;
    }
    • ReadonlycurrentTarget: OptionalAttribute<number, any>

      Indicates the Identifier for the target which is currently in foreground on the corresponding Endpoint (Video Player or Content App), or 0xFF to indicate that no target is in the foreground.

      When not 0xFF, the CurrentTarget shall be an Identifier value contained within one of the TargetInfoStruct objects in the TargetList attribute.

      MatterSpecification.v13.Cluster § 6.11.5.2

    • ReadonlytargetList: Attribute<TypeFromFields[], any>

      Indicates a list of targets that can be navigated to within the experience presented to the user by the Endpoint (Video Player or Content App). The list shall not contain any entries with the same Identifier in the TargetInfoStruct object.

      MatterSpecification.v13.Cluster § 6.11.5.1

  • Readonlycommands: {
        navigateTarget: Command<TypeFromFields, TypeFromFields, any>;
    }
    • ReadonlynavigateTarget: Command<TypeFromFields, TypeFromFields, any>

      Upon receipt, this shall navigation the UX to the target identified.

      MatterSpecification.v13.Cluster § 6.11.6.1

  • Readonlyevents: {
        targetUpdated: OptionalEvent<TypeFromFields, any>;
    }
    • ReadonlytargetUpdated: OptionalEvent<TypeFromFields, any>

      This event shall be generated when there is a change in either the active target or the list of available targets or both.

      MatterSpecification.v13.Cluster § 6.11.7.1

  • Readonlyid: 1285
  • Readonlyname: "TargetNavigator"
  • Readonlyrevision: 2