Type Alias SystemPromptInputFeature
SystemPromptInputFeature: (
options: {
cancelLabel?: string;
defaultValue?: string;
multiline?: boolean;
submitLabel?: string;
title?: string;
},
) => Promise<string | null>
Type Declaration
- (
options: {
cancelLabel?: string;
defaultValue?: string;
multiline?: boolean;
submitLabel?: string;
title?: string;
},
): Promise<string | null> Parameters
- options: {
cancelLabel?: string;
defaultValue?: string;
multiline?: boolean;
submitLabel?: string;
title?: string;
}OptionalcancelLabel?: string
OptionaldefaultValue?: string
Optionalmultiline?: boolean
OptionalsubmitLabel?: string
Optionaltitle?: string
Returns Promise<string | null>
キャンセルボタンのラベル(プラットフォームによっては無視される)