Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.17 KB

File metadata and controls

36 lines (32 loc) · 1.17 KB

API 参考

所有核心能力都从 PluginAPI 进入。

class PluginAPI:
    widgets: WidgetsAPI
    notification: NotificationAPI
    schedule: ScheduleAPI
    schedulemanagement: ScheduleManagementAPI
    globalconfig: GlobalConfigAPI
    application: ApplicationAPI
    diagnostics: DiagnosticsAPI
    theme: ThemeAPI
    runtime: RuntimeAPI
    config: ConfigAPI
    automation: AutomationAPI
    actions: ActionsAPI
    ui: UiAPI

组件