Artifact filter options. Used in "follow" subscriptions.

interface ArtifactFilter {
    artifactId?: string;
    artifactType?: string;
    artifactUri?: string;
    eventType?: string;
    type?: string;
}

Hierarchy (View Summary)

Properties

artifactId?: string
artifactType?: string
artifactUri?: string
eventType?: string
type?: string