skypager-project-types-electron-app
Version:
skypager electron app project type
19 lines (12 loc) • 385 B
JavaScript
export async function prepareApplication(options = {}, context = {}) {
}
export async function applicationIsReady() {
return this
}
export async function applicationDidLaunch(options = {}, context = {}) {
}
export async function handlePanelMessage({channel, payload, panel} = {}) {
return payload
}
export async function applicationWillLaunch(options = {}, context = {}) {
}