Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Project.Simulation
ISelectorProps
Interface ISelectorProps
Selector props
interface
ISelectorProps
{
okText
?:
string
;
onCancel
:
()
=>
void
;
onDelete
?:
(
index
:
number
)
=>
Promise
<
void
>
;
onOk
:
(
userModel
:
IFrontUserModel
)
=>
Promise
<
void
>
;
title
?:
string
;
user
:
Pick
<
IFrontUser
,
"id"
|
"usermodels"
|
"authorizedplugins"
>
;
visible
:
boolean
;
}
Index
Properties
ok
Text?
on
Cancel
on
Delete?
on
Ok
title?
user
visible
Properties
Optional
ok
Text
okText
?:
string
on
Cancel
onCancel
:
()
=>
void
Optional
on
Delete
onDelete
?:
(
index
:
number
)
=>
Promise
<
void
>
on
Ok
onOk
:
(
userModel
:
IFrontUserModel
)
=>
Promise
<
void
>
Optional
title
title
?:
string
user
user
:
Pick
<
IFrontUser
,
"id"
|
"usermodels"
|
"authorizedplugins"
>
visible
visible
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ok
Text
on
Cancel
on
Delete
on
Ok
title
user
visible
Tanatloc documentation
Loading...
Selector props