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

Function createActionAnnotation

packages/mobx/src/types/actionannotation.ts:14–22  ·  view source on GitHub ↗
(name: string, options?: object)

Source from the content-addressed store, hash-verified

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

Callers 1

action.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…