Interface IState

interface IState {
    fields: {}[];
    queryItems: {}[];
    selections: ISelections[];
}

Properties

fields: {}[]

Type declaration

    queryItems: {}[]

    Type declaration

      selections: ISelections[]