tuil
ReferencePackages@mwillbanks/tuil-storyAPI

terminalControlsToArgs

function exported by @mwillbanks/tuil-story.

View rawEdit

function

Public function exported by @mwillbanks/tuil-story.

export function terminalControlsToArgs(
  controls: TerminalStoryControls,
): Readonly<Record<string, unknown>>;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
controlsTerminalStoryControlsYesSupplies the controls value as TerminalStoryControls.TerminalStoryControls

Returns

Readonly<Record<string, unknown>> — Returns a value that satisfies Readonly<Record<string, unknown>>.

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-story

On this page