tuil
ReferencePackages@mwillbanks/tuil-storyAPI

StoryHttpHandlerOptions

interface exported by @mwillbanks/tuil-story.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-story.

export interface StoryHttpHandlerOptions {
  readonly themeRegistry?: ThemeRegistry;
  readonly timeoutMs?: number;
  readonly maxBodyBytes?: number;
}

Members

MemberTypeRequiredDescriptionRelated types
themeRegistryThemeRegistry | undefinedNoThe themeRegistry member uses the ThemeRegistry | undefined contract.ThemeRegistry
timeoutMsnumber | undefinedNoThe timeoutMs member uses the number | undefined contract.
maxBodyBytesnumber | undefinedNoThe maxBodyBytes member uses the number | 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.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-story

On this page