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

Interface CCLOptions

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

* Options for CommentCoreLibrary

Source from the content-addressed store, hash-verified

34 * Options for CommentCoreLibrary
35 */
36interface CCLOptions {
37 global: {
38 scale: number;
39 opacity: number;
40 className: string;
41 }
42 scroll: {
43 scale:number;
44 opacity:number;
45 }
46 scripting:{
47 mode:Array<number>;
48 engine:IScriptingEngine;
49 }
50}
51
52interface ICommentManager {
53 stage:any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected