Type Alias LayoutFieldInfo

Meta data about the selection in a field.

type LayoutFieldInfo = {
    qExcludedValuesCount?: number;
    qFieldName?: string;
    qValuesCount?: number;
}
Index

Properties

qExcludedValuesCount?: number

Number of excluded values in the field.

qFieldName?: string

The name of the field.

qValuesCount?: number

Number of selected values in the field.