Data interface for the type of action.

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

Hierarchy (View Summary)

Properties

The input context that is passed through by actors.

querySourceUnidentified: QuerySourceUnidentifiedExpanded

An unidentified query source.