HTMLRenderingPlugin.d.ts 485 B

12345678910111213141516
  1. import { RenderingPlugin, RenderingPluginContext } from '@antv/g-lite';
  2. export declare class HTMLRenderingPlugin implements RenderingPlugin {
  3. static tag: string;
  4. private context;
  5. /**
  6. * wrapper for camera
  7. */
  8. private $camera;
  9. private joinTransformMatrix;
  10. apply(context: RenderingPluginContext): void;
  11. private getId;
  12. private createCamera;
  13. private getOrCreateEl;
  14. private updateAttribute;
  15. }
  16. //# sourceMappingURL=HTMLRenderingPlugin.d.ts.map