tuil
ReferencePackages@mwillbanks/tuil-ghostty-webAPI

mountTuilGhostty

function exported by @mwillbanks/tuil-ghostty-web.

View rawEdit

function

Public function exported by @mwillbanks/tuil-ghostty-web.

export async function mountTuilGhostty(
  options: TuilGhosttyMountOptions,
): Promise<TuilGhosttyInstance>;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
optionsTuilGhosttyMountOptionsYesSupplies the options value as TuilGhosttyMountOptions.TuilGhosttyMountOptions

Returns

Promise<TuilGhosttyInstance> — Returns a value that satisfies Promise<TuilGhosttyInstance>.

Related types: TuilGhosttyInstance

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ghostty-web

On this page