TerminalStoryFrameViewProps
interface exported by @mwillbanks/tuil-story.
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
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
request | StoryBridgeRequest | Yes | The request member uses the StoryBridgeRequest contract. | StoryBridgeRequest |
className | string | undefined | No | The className member uses the string | undefined contract. | — |
inspector | boolean | Yes | The inspector member uses the boolean contract. | — |
frame | StoryFrame | undefined | No | The frame member uses the StoryFrame | undefined contract. | StoryFrame |
status | string | Yes | The status member uses the string contract. | — |
frameHtml | string | undefined | No | The 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.
Related types
Source
View the secondary source reference