ILinkableObject Class
An object that implements this empty interface has an associated CallbackCollection and session state, accessible through the global functions in the WeaveAPI Object. In order for an ILinkableObject to be created dynamically at runtime, it must not require any constructor parameters.
Constructor
ILinkableObject
()
Item Index
Properties
- CLASS_NAME static
- NS static
- SESSIONABLE static
Properties
CLASS_NAME
String
public
static
TO-DO:temporary solution to save the CLASS_NAME constructor.name works for window object , but modular based won't work
NS
String
public
static
temporary solution to save the namespace for this class/prototype
Default: weavecore
SESSIONABLE
String
public
static
TO-DO:temporary solution for checking class in sessionable
