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

Input to the ContentControl addBlockApplications command

Type declaration

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

MatterSpecification.v13.Cluster § 6.13.8.14