Type Alias QSelection

type QSelection = {
    defaultIsNumeric: boolean;
    fieldName: string;
    values: QFieldValue[];
}
Index

Properties

defaultIsNumeric: boolean

Default value that QFieldValue isNumeric property takes if missing.

fieldName: string

The name of the field to be selected.

values: QFieldValue[]

The values of the field to be selected.