MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / getInitialFromSetter

Function getInitialFromSetter

packages/editor-core/src/di/setter.ts:39–44  ·  view source on GitHub ↗
(setter: any)

Source from the content-addressed store, hash-verified

37}
38
39function getInitialFromSetter(setter: any) {
40 return setter && (
41 setter.initial || setter.Initial
42 || (setter.type && (setter.type.initial || setter.type.Initial))
43 ) || null; // eslint-disable-line
44}
45
46export interface ISetters extends IPublicApiSetters {
47

Callers 2

registerSetterFunction · 0.85
SettersClass · 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…