Data interface for the type of action.

interface IActionQueryParse {
    baseIRI?: string;
    context: IActionContext;
    query: string;
    queryFormat?: QueryFormat;
}

Hierarchy (view full)

Properties

baseIRI?: string

The query's default base IRI.

The input context that is passed through by actors.

query: string

A query.

queryFormat?: QueryFormat

The query format.