Interface QueryViewSort

interface QueryViewSort {
    dir: string;
    fieldKey: string;
}

Properties

Properties

dir: string
fieldKey: string

Generated using TypeDoc