StoryHttpHandlerOptions
interface exported by @mwillbanks/tuil-story.
interface
Public interface exported by @mwillbanks/tuil-story.
export interface StoryHttpHandlerOptions {
readonly themeRegistry?: ThemeRegistry;
readonly timeoutMs?: number;
readonly maxBodyBytes?: number;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
themeRegistry | ThemeRegistry | undefined | No | The themeRegistry member uses the ThemeRegistry | undefined contract. | ThemeRegistry |
timeoutMs | number | undefined | No | The timeoutMs member uses the number | undefined contract. | — |
maxBodyBytes | number | undefined | No | The 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.
Related types
No package-local related types.
Source
View the secondary source reference