tuil
ReferencePackages@mwillbanks/tuil-storyAPI

BrowserStorySet

interface exported by @mwillbanks/tuil-story.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-story.

export interface BrowserStorySet {
  readonly id: string;
  readonly title: string;
  readonly stories: Readonly<
    Record<string, TuilStory<Record<string, unknown>>>
  >;
}

Members

MemberTypeRequiredDescriptionRelated types
idstringYesThe id member uses the string contract.
titlestringYesThe title member uses the string contract.
storiesReadonly<Record<string, TuilStory<Record<string, unknown>>>>YesThe stories member uses the Readonly<Record<string, TuilStory<Record<string, unknown>>>> contract.TuilStory

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