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

Interface RoughAnnotationConfigBase

src/model.ts:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface RoughAnnotationConfigBase {
24 animate?: boolean; // defaults to true
25 animationDuration?: number; // defaulst to 1000ms
26 color?: string; // defaults to currentColor
27 strokeWidth?: number; // default based on type
28 padding?: RoughPadding; // defaults to 5px
29 iterations?: number; // defaults to 2
30 brackets?: BracketType | BracketType[]; // defaults to 'right'
31}
32
33export interface RoughAnnotation extends RoughAnnotationConfigBase {
34 isShowing(): boolean;

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…