QueryStorage interface
Methods
Section titled “Methods”getQueryList
Section titled “getQueryList”▸ getQueryList(options?: any): Promise<QueryListItem[]>
Parameters:
Section titled “Parameters:”- options:
any, Optional
Returns Promise<QueryListItem[]>
▸ init(options?: any): any
Parameters:
Section titled “Parameters:”- options:
any, Optional
Returns any
loadQuery
Section titled “loadQuery”▸ loadQuery(options?: any): Promise<any>
Parameters:
Section titled “Parameters:”- options:
any, Optional
Returns Promise<any>
newQuery
Section titled “newQuery”▸ newQuery(options?: any): Promise<any>
Parameters:
Section titled “Parameters:”- options:
any, Optional
Returns Promise<any>
removeQuery
Section titled “removeQuery”▸ removeQuery(options?: any): Promise<boolean>
Parameters:
Section titled “Parameters:”- options:
any, Optional
Returns Promise<boolean>
saveQuery
Section titled “saveQuery”▸ saveQuery(options?: any): Promise<boolean>
Parameters:
Section titled “Parameters:”- options:
any, Optional
Returns Promise<boolean>