altair-graphql-core
Version:
Several of the core logic for altair graphql client
6 lines • 407 B
TypeScript
export declare const PLUGIN_ENGINE_READY = "plugin-engine::ready";
export declare const PLUGIN_SUBSCRIBE_TO_EVENT = "plugin::subscribe_to_event";
export declare const PLUGIN_CREATE_ACTION_EVENT = "plugin::create_action";
export declare const PLUGIN_GET_APP_STYLE_URL_EVENT = "plugin::get_app_style_url";
export declare const getActionEvent: (actionId: string) => string;
//# sourceMappingURL=events.d.ts.map