We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2a5e5 commit 38210beCopy full SHA for 38210be
src/layers/index.d.ts
@@ -11,6 +11,7 @@ export interface LayerOptions {
11
12
export class Layer<T, U extends LayerOptions> extends BaseNative<T, U> {
13
constructor(options: U);
14
+ refresh();
15
16
updatePriority: number;
17
opacity: number;
0 commit comments