init<S>(S, text: Binding<String>, onCommit : () -> Void)
Creates an instance.
1つのインスタンスを作成します。
Available when
Label
is Text
.
Label
がText
である時に利用可能です。
Deprecated 非推奨
Use init(_:
instead. Add the on
view modifier for the on
behavior.
Availability 有効性
Technology
init(_ titleKey: LocalizedStringKey
, text: Binding
<String
>, onCommit: @escaping () -> Void
)
Label
is Text
.
Label
がText
である時に利用可能です。
titleKey
The key for the localized title of self
, describing its purpose.
text
The text to display and edit.
onCommit
The action to perform when the user performs an action (usually pressing the Return key) while the secure field has focus.
init<S>(S, text: Binding<String>, onCommit : () -> Void)
Label
is Text
.
Label
がText
である時に利用可能です。