Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WithCreationEvents

An object, which can execute optional (JavaScript) code after it has been created and/ore destroyed.

Hierarchy

Index

Properties

Properties

Optional onCreated

onCreated: string

The (JavaScript) code to executed after object has been created.

Optional onDestroyed

onDestroyed: string

The (JavaScript) code to executed after object has been destroyed.

Generated using TypeDoc