Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Suggestions"

Index

Type aliases

SuggestionsImmutable

SuggestionsImmutable: ReadonlyArray<IInputImmutable>

An immutable list of suggestions, no properties can be changed

SuggestionsMutable

SuggestionsMutable: Array<IInputMutable>

An mutable list of suggestions, properties can be changed

SuggestionsMutableImmutable

SuggestionsMutableImmutable: Array<IInputImmutable>

An mutable list of suggestions, no properties can be changed