Input to the ContentControl addBlockApplications command

MatterSpecification.v13.Cluster § 6.13.8.14

interface AddBlockApplicationsRequest {
    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 that shall be blocked when the Content Control feature is activated.

MatterSpecification.v13.Cluster § 6.13.8.14.1