render
function exported by @mwillbanks/tuil-ink.
function
Public function exported by @mwillbanks/tuil-ink.
export async function render(
app: TuilRuntime,
options: TuilRenderOptions = {},
): Promise<TuilRenderInstance>;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
app | TuilRuntime | Yes | Supplies the app value as TuilRuntime. | TuilRuntime |
options | TuilRenderOptions | No | Supplies the options value as TuilRenderOptions. | TuilRenderOptions |
Returns
Promise<TuilRenderInstance> — Returns a value that satisfies Promise<TuilRenderInstance>.
Related types: TuilRenderInstance
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference