IPushPullPluginOptions
Options available in ipushpull plugin; allows users to collborate and share data in powerful ways
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| autoLogin | Whether AdapTable should try log in to ipushpull automatically at start-up | false |
| includeSystemReports | Whether AdapTable will include System Reports (e.g. 'All Data', 'Selected Cells' etc) in the ipushpull toolbar dropdown | true |
| ippConfig | The config required to run ipushpull; use your ipushpull credentials | |
| password | The user's ipushpull password; if supplied, pre-populates the login screen's password textbox | |
| throttleTime | How many miliseconds AdapTable should throttle when sending data updates to ipushpull | 2000 |
| username | User's ipushpull user name (usually email address); if supplied, pre-populates the login screen's username textbox |
Property Details
autoLogin
Whether AdapTable should try log in to ipushpull automatically at start-up
TypeScript
autoLogin?: boolean;Default Value
false
Property Value
boolean
includeSystemReports
Whether AdapTable will include System Reports (e.g. 'All Data', 'Selected Cells' etc) in the ipushpull toolbar dropdown
TypeScript
includeSystemReports?: boolean;Default Value
true
Property Value
boolean
ippConfig
The config required to run ipushpull; use your ipushpull credentials
TypeScript
ippConfig?: any;Property Value
any
password
The user's ipushpull password; if supplied, pre-populates the login screen's password textbox
TypeScript
password?: string;Property Value
string
throttleTime
How many miliseconds AdapTable should throttle when sending data updates to ipushpull
TypeScript
throttleTime?: number;Default Value
2000
Property Value
number
username
User's ipushpull user name (usually email address); if supplied, pre-populates the login screen's username textbox
TypeScript
username?: string;Property Value
string