Data interface for the type of action.

interface IActionQuerySourceIdentify {
    context: IActionContext;
    querySourceUnidentified: QuerySourceUnidentifiedExpanded;
}

Hierarchy (view full)

Properties

The input context that is passed through by actors.

querySourceUnidentified: QuerySourceUnidentifiedExpanded

An unidentified query source.