tuil
ReferencePackages@mwillbanks/tuil-storyAPI

terminalControlsFromArgs

function exported by @mwillbanks/tuil-story.

View rawEdit

function

Public function exported by @mwillbanks/tuil-story.

export function terminalControlsFromArgs(
  args: Readonly<Record<string, unknown>>,
): TerminalStoryControls;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
argsReadonly<Record<string, unknown>>YesSupplies the args value as Readonly<Record<string, unknown>>.

Returns

TerminalStoryControls — Returns a value that satisfies TerminalStoryControls.

Related types: TerminalStoryControls

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-story

On this page