tuil
ReferencePackages@mwillbanks/tuil-storyAPI

TerminalStoryFrameProps

interface exported by @mwillbanks/tuil-story.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-story.

export interface TerminalStoryFrameProps extends StoryBridgeRequest {
  readonly endpoint?: string;
  readonly className?: string;
  readonly inspector?: boolean;
}

Members

MemberTypeRequiredDescriptionRelated types
endpointstring | undefinedNoThe endpoint member uses the string | undefined contract.
classNamestring | undefinedNoThe className member uses the string | undefined contract.
inspectorboolean | undefinedNoThe inspector member uses the boolean | undefined contract.
storyIdstringYesThe storyId member uses the string contract.
variantstringYesThe variant member uses the string contract.
argsReadonly<Record<string, unknown>> | undefinedNoThe args member uses the Readonly<Record<string, unknown>> | undefined contract.
controlsPartial<TerminalStoryControls> | undefinedNoThe controls member uses the Partial<TerminalStoryControls> | undefined contract.TerminalStoryControls
inputsreadonly string[] | undefinedNoThe inputs member uses the readonly string[] | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-story

On this page