IPushPullState

Internal State used by AdapTable for managing the ipushpull plugin

TypeScript
export interface IPushPullState extends
Extends

BaseState

Properties

PropertyType
CurrentIPushpullPasswordstring
CurrentIPushpullUsernamestring
CurrentLiveIPushPullReportIPushPullReport
IPushPullCurrentAvailablePagesstring[]
IPushPullCurrentFolderstring
IPushPullCurrentPagestring
IPushPullCurrentReportNamestring
IPushPullDomainsPagesIPushPullDomain[]
IPushPullLoginErrorMessagestring
IsIPushPullRunningboolean

Property Details

CurrentIPushpullPassword

TypeScript
CurrentIPushpullPassword?: string;
Property Value

string

CurrentIPushpullUsername

TypeScript
CurrentIPushpullUsername?: string;
Property Value

string

CurrentLiveIPushPullReport

TypeScript
CurrentLiveIPushPullReport?: IPushPullReport;
Property Value

IPushPullReport

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

IPushPullDomain[]

IPushPullLoginErrorMessage

TypeScript
IPushPullLoginErrorMessage?: string;
Property Value

string

IsIPushPullRunning

TypeScript
IsIPushPullRunning?: boolean;
Property Value

boolean