tuil
ReferencePackages@mwillbanks/tuil-testingAPI

TuilStory

interface exported by @mwillbanks/tuil-testing.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-testing.

export interface TuilStory<TProps> {
  readonly args: Partial<TProps>;
  readonly description?: string;
  readonly terminal?: Partial<TerminalStoryControls>;
}

Members

MemberTypeRequiredDescriptionRelated types
argsPartial<TProps>YesThe args member uses the Partial<TProps> contract.
descriptionstring | undefinedNoThe description member uses the string | undefined contract.
terminalPartial<TerminalStoryControls> | undefinedNoThe terminal member uses the Partial<TerminalStoryControls> | undefined contract.TerminalStoryControls

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-testing

On this page