WireItLibrary

WireIt  0.6.0

WireItLibrary > WireIt > WireIt.util.TerminalOutput
Search:
 
Filters

Class WireIt.util.TerminalOutput - extends WireIt.Terminal

Class that extends Terminal to differenciate Input/Output terminals

Constructor

WireIt.util.TerminalOutput ( parentEl , options , container )
Parameters:
parentEl <HTMLElement> Parent dom element
options <Object> configuration object
container <WireIt.Container> (Optional) Container containing this terminal

Properties

alwaysSrc - Boolean

forces this terminal to be the src terminal in the wire config
Default Value: true

ddConfig - Object

configuration of the WireIt.TerminalProxy object
Default Value: { type: "output", allowedTypes: ["input"] }

direction - Array

direction vector of the wires when connected to this terminal
Default Value: [0,1]

fakeDirection - Array

direction vector of the "editing" wire when it started from this terminal
Default Value: [0,-1]

xtype - String

String representing this class for exporting as JSON
Default Value: "WireIt.TerminalOutput"

Events inherited from WireIt.Terminal:


Copyright © 2010 Eric Abouaf All rights reserved.