Comunica
    Preparing search index...

    Interface IQuerySourceTraverse

    interface IQuerySourceTraverse {
        context?: IActionContext | Record<string, any>;
        type: "traverse";
        value: ILink[];
    }
    Index

    Properties

    Properties

    context?: IActionContext | Record<string, any>
    type: "traverse"
    value: ILink[]