IPushPullPluginOptions
Options available in ipushpull plugin; allows users to collaborate and share data in powerful ways
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| autoLogin | Whether AdapTable should try log in to ipushpull automatically at start-up | false |
| cellStyles | The color theme to use when styling data pushed to ipushpull pages | derived from Adaptable's current theme (lightTheme or darkTheme) |
| 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
autoLogin?: boolean;Default Value
false
Property Value
boolean
cellStyles
The color theme to use when styling data pushed to ipushpull pages
cellStyles?: 'lightTheme' | 'darkTheme';Default Value
derived from Adaptable's current theme (lightTheme or darkTheme)
Property Value
'lightTheme' | 'darkTheme'
includeSystemReports
Whether AdapTable will include System Reports (e.g. 'All Data', 'Selected Cells' etc) in the ipushpull toolbar dropdown
includeSystemReports?: boolean;Default Value
true
Property Value
boolean
ippConfig
The config required to run ipushpull; use your ipushpull credentials
ippConfig?: IPushPullConfig;Property Value
password
The user's ipushpull password; if supplied, pre-populates the login screen's password textbox
password?: string;Property Value
string
throttleTime
How many miliseconds AdapTable should throttle when sending data updates to ipushpull
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
username?: string;Property Value
string