MCPcopy Index your code
hub / github.com/rough-stuff/rough-notation / RoughAnnotationConfig

Interface RoughAnnotationConfig

src/model.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15export type BracketType = 'left' | 'right' | 'top' | 'bottom';
16
17export interface RoughAnnotationConfig extends RoughAnnotationConfigBase {
18 type: RoughAnnotationType;
19 multiline?: boolean;
20 rtl?: boolean;
21}
22
23export interface RoughAnnotationConfigBase {
24 animate?: boolean; // defaults to true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…