Skip to content
Svelte <Inspect {value} />
Search
Ctrl
K
Cancel
GitHub
npm
Select theme
Dark
Light
Auto
Guides
Getting Started
Examples
Configuration
Custom Components
Search
Hotkeys
Reference
Inspect.Panel
Inspect.Values
Theming
Themes
Theme Editor
CSS variables
TypeDoc
Type Aliases
CollapseState
Configurable
CustomComponentProps
InlineConfig
InspectHotkeys
InspectOptions
InspectProps
InspectValuesOptions
PanelPersistProps
PanelProps
PanelSettings
TypeViewProps
ValueType
Functions
addComponent
addToPanel
configured
inspectElement
removeFromPanel
setGlobalInspectOptions
GitHub
npm
Select theme
Dark
Light
Auto
CollapseState
type
CollapseState
=
Record
<
string
,
{
collapsed
:
boolean
}
>