@shopify/cli-kit
Preparing search index...
node/ui
RenderConfirmationPromptOptions
Interface RenderConfirmationPromptOptions
interface
RenderConfirmationPromptOptions
{
abortSignal
?:
AbortSignal
;
cancellationMessage
?:
string
;
confirmationMessage
?:
string
;
defaultValue
?:
boolean
;
infoMessage
?:
{
body
:
TokenItem
;
title
:
{
color
?:
LiteralUnion
<
(keyof ForegroundColor)
,
string
>
;
text
:
TokenItem
<
|
string
|
{
command
:
string
}
|
{
char
:
string
}
|
{
subdued
:
string
}
|
{
filePath
:
string
}
|
BoldToken
|
{
info
:
string
}
|
{
warn
:
string
}
|
{
error
:
string
}
,
>
;
}
;
}
;
infoTable
?:
Record
<
string
,
Items
>
|
InfoTableSection
[]
;
message
:
Message
;
renderOptions
?:
RenderOptions
;
}
Hierarchy
Pick
<
SelectPromptProps
<
boolean
>
,
"message"
|
"infoTable"
|
"infoMessage"
|
"abortSignal"
,
>
RenderConfirmationPromptOptions
Index
Properties
abort
Signal?
cancellation
Message?
confirmation
Message?
default
Value?
info
Message?
info
Table?
message
render
Options?
Properties
Optional
abort
Signal
abortSignal
?:
AbortSignal
Optional
cancellation
Message
cancellationMessage
?:
string
Optional
confirmation
Message
confirmationMessage
?:
string
Optional
default
Value
defaultValue
?:
boolean
Optional
info
Message
infoMessage
?:
{
body
:
TokenItem
;
title
:
{
color
?:
LiteralUnion
<
(keyof ForegroundColor)
,
string
>
;
text
:
TokenItem
<
|
string
|
{
command
:
string
}
|
{
char
:
string
}
|
{
subdued
:
string
}
|
{
filePath
:
string
}
|
BoldToken
|
{
info
:
string
}
|
{
warn
:
string
}
|
{
error
:
string
}
,
>
;
}
;
}
Optional
info
Table
infoTable
?:
Record
<
string
,
Items
>
|
InfoTableSection
[]
message
message
:
Message
Optional
render
Options
renderOptions
?:
RenderOptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
abort
Signal
cancellation
Message
confirmation
Message
default
Value
info
Message
info
Table
message
render
Options
@shopify/cli-kit
Loading...