MCPcopy
hub / github.com/mobxjs/mobx / createObservableAnnotation

Function createObservableAnnotation

packages/mobx/src/types/observableannotation.ts:13–21  ·  view source on GitHub ↗
(name: string, options?: object)

Source from the content-addressed store, hash-verified

11} from "../internal"
12
13export function createObservableAnnotation(name: string, options?: object): Annotation {
14 return {
15 annotationType_: name,
16 options_: options,
17 make_,
18 extend_,
19 decorate_20223_
20 }
21}
22
23function make_(
24 this: Annotation,

Callers 1

observable.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…