Variable contextConst

context: {
    attached?: CTag;
    observer?: {
        onAdded: CEvent<Node>;
        onRemoved: CEvent<Node>;
    };
    stack: CTag[];
} = ...

Type declaration

  • Optional attached?: CTag
  • Optional observer?: {
        onAdded: CEvent<Node>;
        onRemoved: CEvent<Node>;
    }
  • stack: CTag[]

Generated using TypeDoc