Data interface for the type of action.

interface IActionRdfSerialize {
    context: IActionContext;
    quadStream: Stream<Quad>;
}

Hierarchy (view full)

Properties

Properties

The input context that is passed through by actors.

quadStream: Stream<Quad>

The stream of quads.