MCPcopy
hub / github.com/securingsincity/react-ace / Annotation

Interface Annotation

types.d.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Component, CSSProperties } from "react";
6
7export interface Annotation {
8 row: number;
9 column: number;
10 type: string;
11 text: string;
12}
13
14export interface Marker {
15 startRow: number;

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…