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