Preparing search index...
The search index is not available
Documentation
Documentation
svelte-ast-analyze
base
<internal>
SuccessDataset
Interface SuccessDataset<TValue>
Success dataset interface.
interface
SuccessDataset
<
TValue
>
{
issues
?:
undefined
;
typed
:
true
;
value
:
TValue
;
}
Type Parameters
TValue
Index
Properties
issues?
typed
value
Properties
Optional
issues
issues
?:
undefined
The dataset issues.
typed
typed
:
true
Whether is's typed.
value
value
:
TValue
The dataset value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
issues
typed
value
Documentation
Loading...
Success dataset interface.