PlatformElectron
Extends:
platform for standalone / electron version
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
paths: * |
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
currentUserIsPatchOwner(): boolean |
|
| public |
exportPatch(projectId: string, exportType: "html" | "patch") |
|
| public |
getCablesDocsUrl(): * |
|
| public |
getCablesStaticUrl(): string |
|
| public |
getCablesVersion(): * |
|
| public |
getDefaultOpName(): * |
|
| public |
getIssueTrackerUrl(): string |
|
| public |
getPatchOpsNamespace(): string |
|
| public |
initRouting(cb: *) |
|
| public |
isElectron(): boolean |
|
| public |
isSaving(): boolean |
|
| public |
noCacheUrl(url: *): * |
|
| public |
showFileSelect(inputId: *, filterType: *, opId: *, previewId: *) |
|
| public |
|
|
Inherited Summary
| From class Platform | ||
| public get |
config: * |
|
| public get |
talkerAPI: TalkerAPI |
|
| public |
frontendOptions: {} |
|
| public |
paths: {} |
|
| private |
_cfg: * |
|
| private |
|
|
| private |
_checkOfflineIntervalSeconds: number |
|
| private |
_isOffline: boolean |
|
| private |
_log: * |
|
| public |
|
|
| public |
exportPatch(projectId: string, exportType: string) |
|
| public abstract |
getCablesDocsUrl(): string |
|
| public |
getCablesStaticUrl(): * |
|
| public |
getCablesUrl(): * |
|
| public |
getCablesVersion(): string |
|
| public |
getDefaultOpName(): * |
|
| public |
getIssueTrackerUrl(): string |
|
| public |
getPatchOpsNamespace(): * |
|
| public |
getPatchVersion(): * |
|
| public |
getPrefixAssetPath(): * |
|
| public |
getSandboxUrl(): * |
|
| public |
|
|
| public |
|
|
| public |
getUrlApiPrefix(): * |
|
| public |
getUrlOpsCode(): * |
|
| public |
getUrlProjectOpsCode(projectId: *): * |
|
| public |
initRouting(cb: *) |
|
| public |
initializeProject(cb: *) |
|
| public |
isDevEnv(): * |
|
| public |
isElectron(): boolean |
|
| public |
isOffline(): * |
|
| public |
isPatchSameHost(): * |
|
| public |
isSaving(): Boolean |
|
| public |
isTrustedPatch(): * |
|
| public |
manualScreenshot(): * |
|
| public |
noCacheUrl(url: *): * |
|
| public |
|
|
| public |
patchIsBackup(): * |
|
| public |
savePatch(options: *, cb: *) |
|
| public |
setManualScreenshot(b: boolean) |
|
| public |
|
|
| public |
|
|
| public |
setSaving(state: Boolean) |
|
| public |
|
|
| public |
showFileSelect(inputId: string, filterType: number, opid: string, previewId: string) |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
warnOpEdit(opName: String): * |
|
Public Constructors
Public Members
Public Methods
public bindHrTimer() source
public exportPatch(projectId: string, exportType: "html" | "patch") source
Override:
Platform#exportPatchParams:
| Name | Type | Attribute | Description |
| projectId | string | ||
| exportType | "html" | "patch" |
|
(used in electron) |
public initRouting(cb: *) source
Override:
Platform#initRoutingParams:
| Name | Type | Attribute | Description |
| cb | * |
public noCacheUrl(url: *): * source
Override:
Platform#noCacheUrlParams:
| Name | Type | Attribute | Description |
| url | * |
Return:
| * |
public showFileSelect(inputId: *, filterType: *, opId: *, previewId: *) source
Override:
Platform#showFileSelectParams:
| Name | Type | Attribute | Description |
| inputId | * | ||
| filterType | * | ||
| opId | * | ||
| previewId | * |