Events : Event parameters

# broadcast

Flag to enable broadcasting to other canvasXpress objects in the page
Type: boolean
Default: true

# broadcastGroup

Group Id for canvas to broadcast to. If not specified then it broadcasts to all canvases
Type: string
Default: false

# disableBeacon


# disableCanvas


# disableCode


# disableCustomizer


# disableDataFilters


# disableDataTable


# disableDocument


# disableDrag


# disableEvents


# disableKeys

Flag to disable key binding events. This prevent some default browser shortcuts and it is system specific. Please see the Event section bellow
Type: boolean
Default: false

# disableMenu


# disablePlusMinusKeys


# disableShowShortcuts


# disableTabPanel


# disableToolbar


# disableUndoRedoKeys


# disableWheel


# disableWindow

Flag to disable resizing the canvas when the window is resized.
Type: boolean
Default: false

# hoverTemplate


# infoTimeIn

Time in milliseconds to start showing info after a mouse over
Type: integer
Default: 50

# infoTimeOut

Time in milliseconds to wait between updates for the mouse over info to show up
Type: integer
Default: 3000

# lazyLoad


# maxItemMenuCheckbox

Maximum number of items in a menu before it becomes a scroll box
Type: integer
Default: 10

# maxSubMenus


# movable

Flag to disable moving the canvas by dragging the mouse from the move image in the toolbar
Type: boolean
Default: true

# playable

Flag to make the plot playable if there are after rendering functions
Type: boolean
Default: false

# resizable

Flag to disable resizing the canvas by dragging the mouse over the edges
Type: boolean
Default: true

# resizableX

Flag to disable resizing the width of the canvas by dragging the mouse over the edges
Type: boolean
Default: true

# resizableY

Flag to disable resizing the height of canvas by dragging the mouse over the edges
Type: boolean
Default: true

# showMousePositionOnDrag

Flag to show/hide the mouse position when dragging in relation to the zero coordinate (top-right) of the canvas
Type: boolean
Default: true

# showPrimaryMenus


# toolbarItems

Array containing the items in the toolbar. All items included by default
Type: array
Default: [Save, History, Move, Table, Tabs, Explore, Lasso, Customize, Password, Maximize]

# toolbarSize


# toolbarType