MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / addLinkChange

Method addLinkChange

code/main/RenderArea.ts:132–134  ·  view source on GitHub ↗
(e: string, callbackCollection: CallbackCollection)

Source from the content-addressed store, hash-verified

130 }
131
132 public addLinkChange(e: string, callbackCollection: CallbackCollection): void{
133 this.links.push(new RenderLinkChange(e, callbackCollection));
134 }
135
136 public addLinkCheckbox(e: string, callbackCollectionWhenChecked: CallbackCollection, callbackCollectionWhenUnchecked: CallbackCollection): void{
137 this.links.push(new RenderLinkCheckbox(e, callbackCollectionWhenChecked, callbackCollectionWhenUnchecked));

Callers 1

addListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected