IPushPullState
Internal State used by AdapTable for managing the ipushpull plugin
TypeScript
export interface IPushPullState extendsExtends
Properties
Property Details
CurrentIPushpullPassword
TypeScript
CurrentIPushpullPassword?: string;Property Value
string
CurrentIPushpullUsername
TypeScript
CurrentIPushpullUsername?: string;Property Value
string
CurrentLiveIPushPullReport
TypeScript
CurrentLiveIPushPullReport?: IPushPullReport;Property Value
IPushPullCurrentAvailablePages
TypeScript
IPushPullCurrentAvailablePages?: string[];Property Value
string[]
IPushPullCurrentFolder
TypeScript
IPushPullCurrentFolder?: string;Property Value
string
IPushPullCurrentPage
TypeScript
IPushPullCurrentPage?: string;Property Value
string
IPushPullCurrentReportName
TypeScript
IPushPullCurrentReportName?: string;Property Value
string
IPushPullDomainsPages
TypeScript
IPushPullDomainsPages?: IPushPullDomain[];Property Value
IPushPullLoginErrorMessage
TypeScript
IPushPullLoginErrorMessage?: string;Property Value
string
IsIPushPullRunning
TypeScript
IsIPushPullRunning?: boolean;Property Value
boolean