Type Alias NxMatchingFieldInfo

type NxMatchingFieldInfo = {
    qName?: string;
    qTags?: string[];
}
Index
qName?: string

Name of the field.

qTags?: string[]

List of tags.