Data interface for the type of action.

interface IActionRdfJoinEntriesSort {
    context: IActionContext;
    entries: IJoinEntryWithMetadata[];
}

Hierarchy (View Summary)

Properties

Properties

The input context that is passed through by actors.

The array of streams to join.