Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 408 Bytes

stringvalidator.md

File metadata and controls

29 lines (20 loc) · 408 Bytes
redirect_to layout tags title
page
api
Fyne API "fyne.StringValidator"

fyne.StringValidator


import "fyne.io/fyne"

Usage

type StringValidator

type StringValidator func(string) error

StringValidator is a function signature for validating string inputs.

Since: 1.4