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

Method addLinkSimpleInput

code/main/RenderArea.ts:152–154  ·  view source on GitHub ↗
(e: string, callbackCollection: CallbackCollection, defaultValue: string, hasFocus: boolean)

Source from the content-addressed store, hash-verified

150 }
151
152 public addLinkSimpleInput(e: string, callbackCollection: CallbackCollection, defaultValue: string, hasFocus: boolean): void{
153 this.links.push(new RenderLinkSimpleInput(e, callbackCollection, defaultValue, hasFocus));
154 }
155
156 public addList(x1: number, x2: number, y: number, id: string, callbackCollection: CallbackCollection, optionsArray: string[] = []): void{
157 var options: string = "";

Callers 1

addSimpleInputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected