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