Class: SyncAction

bu.action. SyncAction

An action for a bu.control.CheckBox or a bu.control.Toggle that changes syncing options.


new SyncAction( [options])

Parameters:
Name Type Argument Description
options bu.action.SyncActionOptions <optional>

Options.

Source:
bu/actions/syncaction.js

Extends

Members


syncedViewIndex :number|undefined

Type:
  • number | undefined
Source:
bu/actions/syncaction.js

type :bu.SyncType|undefined

Type:
Source:
bu/actions/syncaction.js

workspace :bu.Workspace

This is the workspace this action will be tied to.

Type:
Inherited From:
Source:
bu/actions/workspaceaction.js