MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / getExtraProp

Method getExtraProp

packages/designer/src/document/node/node.ts:817–819  ·  view source on GitHub ↗
(key: string, createIfNone = true)

Source from the content-addressed store, hash-verified

815 }
816
817 getExtraProp(key: string, createIfNone = true): IProp | null {
818 return this.props.get(getConvertedExtraKey(key), createIfNone) || null;
819 }
820
821 setExtraProp(key: string, value: IPublicTypeCompositeValue) {
822 this.getProp(getConvertedExtraKey(key), true)?.setValue(value);

Callers 9

titleMethod · 0.95
internalSetParentMethod · 0.95
isLockedMethod · 0.95
setConditionGroupMethod · 0.95
hasConditionMethod · 0.95
hasLoopMethod · 0.95
setVisibleMethod · 0.95
getVisibleMethod · 0.95
getAddonDataMethod · 0.95

Calls 2

getConvertedExtraKeyFunction · 0.90
getMethod · 0.65

Tested by

no test coverage detected