MCPcopy
hub / github.com/bbc/peaks.js / PointOptions

Interface PointOptions

peaks.js.d.ts:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 interface PointOptions {
38 time: number;
39 editable?: boolean;
40 color?: string;
41 labelText?: string;
42 id?: string;
43 [userAttributes: string]: unknown;
44 }
45
46 interface Point extends PointOptions {
47 update: (options: PointOptions) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected