@es-joy/jsdoccomment
Interface OptionalResult<T>
element
is optional.
interface
OptionalResult
<
T
>
{
element
:
T
;
meta
:
{
position
:
"prefix"
|
"suffix"
;
}
;
type
:
"JsdocTypeOptional"
;
}
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
element
is optional.