NoteFormView
Undocumented
-
init(text:placeholder: controlState: errorMessage: minTextEditorHeight: maxTextEditorHeight: maxTextLength: hintText: hidesReadOnlyHint: isCharCountEnabled: allowsBeyondLimit: charCountReachLimitMessage: charCountBeyondLimitMsg: isAINoticeEnabled: componentIdentifier: ) Undocumented
Declaration
Swift
public init(text: Binding<String>, @ViewBuilder placeholder: () -> any View = { EmptyView() }, controlState: ControlState = .normal, errorMessage: AttributedString? = nil, minTextEditorHeight: CGFloat? = nil, maxTextEditorHeight: CGFloat? = nil, maxTextLength: Int? = nil, hintText: AttributedString? = nil, hidesReadOnlyHint: Bool = false, isCharCountEnabled: Bool = false, allowsBeyondLimit: Bool = false, charCountReachLimitMessage: String? = nil, charCountBeyondLimitMsg: String? = nil, isAINoticeEnabled: Bool = false, componentIdentifier: String? = NoteFormView.identifier) -
Undocumented
Declaration
Swift
static let identifier: String -
init(text:placeholder: controlState: errorMessage: minTextEditorHeight: maxTextEditorHeight: maxTextLength: hintText: hidesReadOnlyHint: isCharCountEnabled: allowsBeyondLimit: charCountReachLimitMessage: charCountBeyondLimitMsg: isAINoticeEnabled: ) Undocumented
Declaration
Swift
init(text: Binding<String>, placeholder: AttributedString? = nil, controlState: ControlState = .normal, errorMessage: AttributedString? = nil, minTextEditorHeight: CGFloat? = nil, maxTextEditorHeight: CGFloat? = nil, maxTextLength: Int? = nil, hintText: AttributedString? = nil, hidesReadOnlyHint: Bool = false, isCharCountEnabled: Bool = false, allowsBeyondLimit: Bool = false, charCountReachLimitMessage: String? = nil, charCountBeyondLimitMsg: String? = nil, isAINoticeEnabled: Bool = false) -
Undocumented
Declaration
Swift
init(_ configuration: NoteFormViewConfiguration) -
Declaration
Swift
@MainActor public var body: some View { get } -
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }