Input to the ContentControl removeBlockApplications command

MatterSpecification.v13.Cluster § 6.13.8.15

interface RemoveBlockApplicationsRequest {
    applications: TypeFromFields<{
        applicationId: FieldType<string>;
        catalogVendorId: FieldType<number>;
    }>[];
}

Hierarchy (view full)

Properties

Properties

applications: TypeFromFields<{
    applicationId: FieldType<string>;
    catalogVendorId: FieldType<number>;
}>[] = ...

This field indicates a set of applications which shall be removed from BlockApplicationList attribute.

MatterSpecification.v13.Cluster § 6.13.8.15.1