@plutoxyz/frame-js
Version:
SDK for integrating with Pluto Frame
26 lines (25 loc) • 744 B
TypeScript
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"
}