tuil
ReferencePackages@mwillbanks/tuil-storyAPI

TerminalStoryFrameEffectOptions

interface exported by @mwillbanks/tuil-story.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-story.

export interface TerminalStoryFrameEffectOptions {
  readonly endpoint: string;
  readonly body: string;
  readonly setFrame: (frame: StoryFrame | undefined) => void;
  readonly setStatus: (status: string) => void;
}

Members

MemberTypeRequiredDescriptionRelated types
endpointstringYesThe endpoint member uses the string contract.
bodystringYesThe body member uses the string contract.
setFrame(frame: StoryFrame | undefined) => voidYesThe setFrame member uses the (frame: StoryFrame | undefined) => void contract.StoryFrame
setStatus(status: string) => voidYesThe setStatus member uses the (status: string) => void 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