Data interface for the type of action.

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

Hierarchy (View Summary)

Properties

Properties

The input context that is passed through by actors.

quadStream: Stream<Quad>

The stream of quads.