MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / setBounds

Method setBounds

src/core/Core.d.ts:74–74  ·  view source on GitHub ↗

* Set the bounds for the CommentManager stage * @param w width * @param h height

(w?:number, h?:number)

Source from the content-addressed store, hash-verified

72 * @param h height
73 */
74 setBounds(w?:number, h?:number):void;
75 /**
76 * Cleanup the given comment since it has finished
77 * @param c - IComment

Callers 6

CommentManager.jsFile · 0.65
setBoundsMethod · 0.65
bindFunction · 0.65
launchFullScreenFunction · 0.65
fsFunction · 0.65
bindResizeFunction · 0.65

Implementers 1

CommentManagersrc/core/CommentManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected