UNPKG

polygonjs-engine

Version:

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

10 lines (8 loc) 311 B
import {TypedContainer} from './_Base'; import {ContainableMap} from './utils/ContainableMap'; import {NodeContext} from '../poly/NodeContext'; export class EventContainer extends TypedContainer<NodeContext.EVENT> { set_content(content: ContainableMap[NodeContext.EVENT]) { super.set_content(content); } }