Type alias DatumFrame

DatumFrame: FeatureBase & {
    kind: "datum.frame";
    on: Selector;
}

Type declaration