tuil
ReferencePackages@mwillbanks/tuil-inkAPI

render

function exported by @mwillbanks/tuil-ink.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
appTuilRuntimeYesSupplies the app value as TuilRuntime.TuilRuntime
optionsTuilRenderOptionsNoSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ink

On this page