MCPcopy
hub / github.com/NervJS/nerv / Widget

Interface Widget

packages/nerv-shared/src/index.ts:1–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Widget {
2 vtype: VType
3 name: string
4 _owner: any
5 props: any
6 _rendered: any
7 context: any
8 init (parentContext, parentComponent): Element | null
9 update (
10 previous: ComponentInstance,
11 current: ComponentInstance,
12 context: any,
13 dom?: Element
14 ): Element | null
15 destroy (dom?: Element)
16}
17
18export interface Portal {
19 type: Element

Callers 16

createElementFunction · 0.65
GFunction · 0.65
$Function · 0.65
build.jsFile · 0.65
app.jsFile · 0.65
reRenderComponentFunction · 0.65
patchFunction · 0.65
monitor.jsFile · 0.65
RFunction · 0.65
feFunction · 0.65
updateMethod · 0.65
LFunction · 0.65

Implementers 1

ComponentWrapperpackages/nerv/src/full-component.ts

Calls

no outgoing calls

Tested by

no test coverage detected