UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

7 lines (6 loc) 299 B
import { TypedContainer } from './_Base'; import { ContainableMap } from './utils/ContainableMap'; import { NodeContext } from '../poly/NodeContext'; export declare class EventContainer extends TypedContainer<NodeContext.EVENT> { set_content(content: ContainableMap[NodeContext.EVENT]): void; }