API reference
petty.activeApp
permission: active-apppetty.activeApp.current
current(): ActiveAppInfo | nullTypes referenced
ActiveAppInfo
interface ActiveAppInfo {
bundleId: string;
name: string;
}API reference
current(): ActiveAppInfo | nullinterface ActiveAppInfo {
bundleId: string;
name: string;
}