@es-joy/jsdoccomment
Interface NullableResult<T>
A nullable type.
interface
NullableResult
<
T
>
{
element
:
T
;
meta
:
{
position
:
"prefix"
|
"suffix"
;
}
;
type
:
"JsdocTypeNullable"
;
}
Type Parameters
T
extends
RootResult
Index
Properties
element
meta
type
Properties
element
element
:
T
meta
meta
:
{
position
:
"prefix"
|
"suffix"
;
}
type
type
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
element
meta
type
@es-joy/jsdoccomment
A nullable type.