@flowscripter/dynamic-cli-framework
Preparing search index...
PrompterService
Interface PrompterService
interface
PrompterService
{
promptEnabled
:
boolean
;
prompt
(
prompt
:
Prompt
)
:
Promise
<
PromptResult
>
;
promptAll
(
prompts
:
readonly
Prompt
[]
)
:
Promise
<
readonly
PromptResult
[]
>
;
}
Implemented by
DefaultPrompterService
Index
Properties
prompt
Enabled
Methods
prompt
prompt
All
Properties
prompt
Enabled
promptEnabled
:
boolean
Methods
prompt
prompt
(
prompt
:
Prompt
)
:
Promise
<
PromptResult
>
Parameters
prompt
:
Prompt
Returns
Promise
<
PromptResult
>
prompt
All
promptAll
(
prompts
:
readonly
Prompt
[]
)
:
Promise
<
readonly
PromptResult
[]
>
Parameters
prompts
:
readonly
Prompt
[]
Returns
Promise
<
readonly
PromptResult
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prompt
Enabled
Methods
prompt
prompt
All
@flowscripter/dynamic-cli-framework
Loading...