Comunica
    Preparing search index...

    Interface IQuerySourceUnidentifiedExpanded

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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