Classes
Methods
-
module:saij/connection/Connection~assertConnectable(obj){Boolean}
src/saij/connection/Connection.js, line 51 -
Determine if an object is connectable.
Name Type Description obj
Object object to check if Connectable
Returns:
true if object is Connectable
Type Definitions
-
Connectable{Object}
-
Object requirements for use with this connection object. Must contains the
getInput
andgetOuput
functions, that must returnmodule:saij/core/Object~BaseObject
.Properties:
Name Type Description getInput
function getOutput
function -
ConnectionKey{Object}
-
Key created when a new
module:saij/connection/Connection~Connection
is created.Properties:
Name Type Description id
string type
module:saij/connection/ConnectionType -
ConnectionType{module:saij/connection/ConnectionType}
-
A
module:saij/connection/Connection~Connection
will be one of themodule:saij/connection/ConnectionType
s.Properties:
Name Type Description type
module:saij/connection/ConnectionType