Skip to main content

typing-suggestion-options-properties

symbol

The symbol that typing suggester will use to recognise a suggestion.

public var symbol: String

shouldTriggerOnlyAtStart

whether the suggester should only be recognising at the start of the input.

public var shouldTriggerOnlyAtStart: Bool

minimumRequiredCharacters

The minimum required characters for the suggester to start recognising a suggestion.

public var minimumRequiredCharacters: Int

Did you find this page helpful?