Rezi
Preparing search index...
core/src
ToolApprovalDialogProps
Type Alias ToolApprovalDialogProps
ToolApprovalDialogProps
:
Readonly
<
{
accessibleLabel
?:
string
;
focusable
?:
boolean
;
focusedAction
?:
"allow"
|
"deny"
|
"allowSession"
;
height
?:
number
;
id
:
string
;
key
?:
string
;
onAllowForSession
?:
()
=>
void
;
onClose
:
()
=>
void
;
onPress
:
(
action
:
"allow"
|
"deny"
)
=>
void
;
open
:
boolean
;
request
:
ToolRequest
;
width
?:
number
;
}
,
>
Props for ToolApprovalDialog widget. Modal for reviewing tool execution.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for ToolApprovalDialog widget. Modal for reviewing tool execution.