Logo FS-Skia-UI

CollectionMsg Type

Messages that drive a `CollectionModel`: `ScrollTo`, `SelectKey`/`ToggleKey`, `ReplaceItemCount`.

Union cases

Union case Description

ReplaceItemCount int

Full Usage: ReplaceItemCount int

Parameters:
    Item : int

Item : int

ScrollTo float

Full Usage: ScrollTo float

Parameters:
    Item : float

Item : float

SelectKey string

Full Usage: SelectKey string

Parameters:
    Item : string

Item : string

ToggleKey string

Full Usage: ToggleKey string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsReplaceItemCount

Full Usage: this.IsReplaceItemCount

Returns: bool
Returns: bool

this.IsScrollTo

Full Usage: this.IsScrollTo

Returns: bool
Returns: bool

this.IsSelectKey

Full Usage: this.IsSelectKey

Returns: bool
Returns: bool

this.IsToggleKey

Full Usage: this.IsToggleKey

Returns: bool
Returns: bool

Type something to start searching.