brows3r — TypeScript API
Preparing search index...
api/inspector
SectionResultValue
Interface SectionResultValue<T>
The API succeeded and returned a value.
interface
SectionResultValue
<
T
>
{
kind
:
"value"
;
value
:
T
;
}
Type Parameters
T
Index
Properties
kind
value
Properties
kind
kind
:
"value"
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
value
brows3r — TypeScript API
Loading...
The API succeeded and returned a value.