Method
addLinkInput
(e: string, enigmaAnswer: EnigmaAnswer, callbackCollection: CallbackCollection, callbackCollectionWrong: CallbackCollection)
Source from the content-addressed store, hash-verified
| 138 | } |
| 139 | |
| 140 | public addLinkInput(e: string, enigmaAnswer: EnigmaAnswer, callbackCollection: CallbackCollection, callbackCollectionWrong: CallbackCollection): void{ |
| 141 | this.links.push(new RenderLinkInput(e, enigmaAnswer, callbackCollection, callbackCollectionWrong)); |
| 142 | } |
| 143 | |
| 144 | public addLinkOnHoverShowTooltip(classHover: string, classTooltip: string): void{ |
| 145 | this.links.push(new RenderLinkOnHoverShowTooltip(classHover, classTooltip)); |
Tested by
no test coverage detected