Client UI with checkbox representation for each filter type and filter value.

interface FilterAuthoringInfoCheckboxJson {
    filterBlocks?: AuthoringInfoFilterBlockJson[];
    type: "checkbox";
}

Properties

Properties

Array of filter block authoring infos.

type

Type of filter authoring info. Value of this property must be checkbox.