ContentSearchComponent: {
    commands: {
        launchContent: Command<TypeFromFields, TypeFromFields, any>;
    };
}

A ContentLauncherCluster supports these elements if it supports feature ContentSearch.

Type declaration

  • Readonlycommands: {
        launchContent: Command<TypeFromFields, TypeFromFields, any>;
    }
    • ReadonlylaunchContent: Command<TypeFromFields, TypeFromFields, any>

      Upon receipt, this shall launch the specified content with optional search criteria. This command returns a Launch Response.

      MatterSpecification.v13.Cluster § 6.7.7.1