Interface IQuerySourceUnidentifiedExpanded

interface IQuerySourceUnidentifiedExpanded {
    context?: IActionContext;
    type?: string;
    value: string | Store<Quad> | Source<Quad>;
}

Hierarchy (view full)

Properties

Properties

context?: IActionContext
type?: string
value: string | Store<Quad> | Source<Quad>