MCPcopy
hub / github.com/microsoft/SandDance / InnerScope

Interface InnerScope

packages/sanddance-specs/src/interfaces.ts:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53export type EncodingRule = { test?: string } & NumericValueRef;
54
55export interface InnerScope {
56 id?: number;
57 titles?: Titles;
58 facetScope?: Scope; //TODO add counts
59 mark?: Mark;
60 globalScales?: GlobalScales;
61 encodingRuleMap?: { [key: string]: EncodingRule[] };
62 sizeSignals: SizeSignals;
63 offsets: LayoutOffsets;
64}
65
66export type Orientation = 'horizontal' | 'vertical';
67

Callers

nothing calls this directly

Implementers 1

GlobalScopepackages/sanddance-specs/src/globalSco

Calls

no outgoing calls

Tested by

no test coverage detected