Skip to main content

Type Alias: RenderTree()

RenderTree = (config) => Promise<void>

Function type for rendering a specific embed type.

This function is provided by the mount method and allows rendering different types of embeds based on the configuration provided.

In mimeeqAuth context, only authentication-related embed types are supported. In mimeeqApp context, all embed types are supported.

Parameters

config

Partial<RenderPayload>

Configuration for the specific embed type to render

Returns

Promise<void>

A promise that resolves when rendering is complete