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

Input to the ContentControl removeBlockApplications command

Type declaration

  • applications: FieldType<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

MatterSpecification.v13.Cluster § 6.13.8.15