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

Function injectStyle

src/scripting/api/Runtime/Permissions.ts:67–72  ·  view source on GitHub ↗
(referenceObject:string, style:Object)

Source from the content-addressed store, hash-verified

65 }
66
67 export function injectStyle(referenceObject:string, style:Object):void{
68 __pchannel("Runtime:PrivilegedAPI",{
69 "method": "injectStyle",
70 "params": [referenceObject, style]
71 });
72 }
73
74 export function privilegedCode():void{
75 __trace('Runtime.privilegedCode not available.','warn');

Callers

nothing calls this directly

Calls 1

__pchannelFunction · 0.85

Tested by

no test coverage detected