Options
All
  • Public
  • Public/Protected
  • All
Menu

component for import/export/print schedules and managing profiles

author

Hanzhi Zhou, Kaiying Shan

Hierarchy

Index

Properties

newName

newName: (string | null)[] = []

Accessors

allowBackend

  • get allowBackend(): boolean

backendName

  • get backendName(): string

Methods

created

  • created(): void

deleteProfile

  • deleteProfile(name: string, idx: number): Promise<void>

exportToURL

  • exportToURL(): void

getMeta

getParsedUA

  • getParsedUA(ua: string): string

getRemoteStatusString

  • getRemoteStatusString(remote: boolean): string

keepVersion

  • keepVersion(name: string): Promise<void>

onUploadJson

  • onUploadJson(event: { target: EventTarget | null }): void

print

  • print(): void

renameProfile

  • renameProfile(oldName: string, idx: number): Promise<null | void>

saveToIcal

  • saveToIcal(): void

saveToJson

  • saveToJson(): void

selectProfile

  • selectProfile(profileName: string): void

switchVersion

  • switchVersion(name: string, idx: number, version: number): Promise<void>

updateRemoteStatus

Generated using TypeDoc