Interface KeplerFilterExperimental

interface KeplerFilter {
    dataId: readonly string[];
    id: string;
    name: readonly string[];
    type: KeplerFilterType;
    value: unknown;
}

Properties

Properties

dataId: readonly string[]
id: string
name: readonly string[]
value: unknown