UNPKG

@plutoxyz/frame-js

Version:
26 lines (25 loc) 744 B
export declare enum ParentToChildEvents { initialized = "initialized", themeOverridesApplied = "themeOverridesApplied", cssOverridesApplied = "cssOverridesApplied", baseThemeUpdated = "baseThemeUpdated", message = "message", oauthSuccess = "oauthSuccess", oauthFailed = "oauthFailed", oauthCanceled = "oauthCanceled", resetSession = "resetSession", updateBrand = "updateBrand" } export declare enum ChildToParentEvents { initialize = "initialize", scriptLog = "scriptLog", requestOauth = "requestOauth", success = "success", error = "error", notifyCdpUrl = "notifyCdpUrl" } export declare enum Environment { PROD = "production", STAGING = "staging", LOCAL = "local" }