interface IframeWrapperParams {
    appConfig: AppConfig;
    appId: string;
    iframeUrl: string;
    position: Position;
    standaloneMode?: {
        handler: ((t, val) => void);
        mode: 1 | 2;
    };
}

Properties

appConfig: AppConfig
appId: string
iframeUrl: string
position: Position
standaloneMode?: {
    handler: ((t, val) => void);
    mode: 1 | 2;
}

Type declaration

  • handler: ((t, val) => void)
      • (t, val): void
      • Parameters

        • t: string
        • val: unknown

        Returns void

  • mode: 1 | 2

Generated using TypeDoc