Modelina
Preparing search index...
CommonPreset
Interface CommonPreset<R, O, M>
interface
CommonPreset
<
R
extends
AbstractRenderer
,
O
,
M
extends
ConstrainedMetaModel
,
>
{
additionalContent
?:
(
args
:
PresetArgs
<
R
,
O
,
M
>
,
)
=>
string
|
Promise
<
string
>
;
self
?:
(
args
:
PresetArgs
<
R
,
O
,
M
>
)
=>
string
|
Promise
<
string
>
;
}
Type Parameters
R
extends
AbstractRenderer
O
M
extends
ConstrainedMetaModel
Hierarchy (
View Summary
)
CommonPreset
ClassPreset
InterfacePreset
EnumPreset
Index
Properties
additional
Content?
self?
Properties
Optional
additional
Content
additionalContent
?:
(
args
:
PresetArgs
<
R
,
O
,
M
>
)
=>
string
|
Promise
<
string
>
Optional
self
self
?:
(
args
:
PresetArgs
<
R
,
O
,
M
>
)
=>
string
|
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Content
self
Modelina
Loading...