Skip to main content

Matchterm

Properties

NameTypeDescriptionNotes
name(optional) stringThe attribute name[default to undefined]
value(optional) stringThe attribute value[default to undefined]
op(optional) stringThe operator between name and value[default to undefined]
container(optional) booleanIf it is a container or a real match term[default to false]
and(optional) booleanIf it is AND logical operator for the children match terms[default to false]
children(optional) Array<{ [key: string]: any; }>The children under this match term[default to undefined]