MCPcopy
hub / github.com/apache/superset / Slice

Interface Slice

superset-frontend/cypress-base/cypress/utils/vizPlugins.ts:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24export type JsonObject = { [member: string]: any };
25
26export interface Slice {
27 slice_id: number;
28 form_data: {
29 viz_type: string;
30 };
31}
32
33export interface Dashboard {
34 slices: Slice[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected