TuilDevtoolsProps
interface exported by @mwillbanks/tuil-devtools.
interface
Public interface exported by @mwillbanks/tuil-devtools.
export interface TuilDevtoolsProps {
readonly initiallyOpen?: boolean;
readonly maxEvents?: number;
readonly refreshIntervalMs?: number;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
initiallyOpen | boolean | undefined | No | The initiallyOpen member uses the boolean | undefined contract. | — |
maxEvents | number | undefined | No | The maxEvents member uses the number | undefined contract. | — |
refreshIntervalMs | number | undefined | No | The refreshIntervalMs 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