tuil
ReferencePackages@mwillbanks/tuil-storyAPI

TerminalStoryFrameViewProps

interface exported by @mwillbanks/tuil-story.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-story.

export interface TerminalStoryFrameViewProps {
  readonly request: StoryBridgeRequest;
  readonly className?: string;
  readonly inspector: boolean;
  readonly frame?: StoryFrame;
  readonly status: string;
  readonly frameHtml?: string;
}

Members

MemberTypeRequiredDescriptionRelated types
requestStoryBridgeRequestYesThe request member uses the StoryBridgeRequest contract.StoryBridgeRequest
classNamestring | undefinedNoThe className member uses the string | undefined contract.
inspectorbooleanYesThe inspector member uses the boolean contract.
frameStoryFrame | undefinedNoThe frame member uses the StoryFrame | undefined contract.StoryFrame
statusstringYesThe status member uses the string contract.
frameHtmlstring | undefinedNoThe frameHtml member uses the 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