src/api/model/channel/techTableProperties.ts
Base
Properties |
|
Methods |
constructor(techTablesServices: TechTableServices)
|
||||||
Parameters :
|
Public activeMaterial |
Type : Variable
|
Default value : <Variable>{}
|
Decorators :
@Listenable()
|
t. The active tool |
createListener | ||||||||
createListener(props: Array
|
||||||||
This method will return a custom listener object designed for listening to changes on some concrete properties. Pooling can be avoived, so it can represent a significant better performance.
Parameters :
Returns :
Listener
|
deleteListener | ||||||||
deleteListener(props: Array
|
||||||||
This method will remove the props listenar from current active tool properties entity. The properties listener has certain cost and must be un-plugged when is no longer needed.
Parameters :
Returns :
void
|