Interface FilterRegistryProjectionOptions

interface FilterRegistryProjectionOptions {
    includeDisabled?: boolean;
    sourceId?: string;
}

Hierarchy (view full)

Properties

includeDisabled?: boolean
sourceId?: string