Interface IBusIndexedArgs

interface IBusIndexedArgs {
    actionIdentifierFields: string[];
    actorIdentifierFields: string[];
    name: string;
}

Hierarchy (view full)

Properties

actionIdentifierFields: string[]

Keys to follow down from the action object. The value at the location following these keys should be a string or be undefined.

actorIdentifierFields: string[]

Keys to follow down from the actor object. The value at the location following these keys should be a string, a string array, or undefined. If the value is a string array, all strings will be registered as keys that map to the actor.

name: string

The name for this bus.

{<rdf:subject>}