Home
last modified time | relevance | path

Searched defs:getContext (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/common/full/
Dviewmodel.d.ts3088 getContext(type: "2d", options?: ContextAttrOptions): CanvasRenderingContext2D; method
3101 getContext(type: "webgl", options?: WebGLContextAttributes): WebGLRenderingContext; method
3114 getContext(type: "webgl2", options?: WebGLContextAttributes): WebGL2RenderingContext; method
/interface/sdk-js/api/@internal/component/ets/
Dcommon.d.ts1502 declare function getContext(component?: Object): Context; function