ViewChannelViewAutoDismissStoppedEvent<T, R>

TYPE DEFINITION

Represents a ViewChannelView autoDismiss being stopped of the given ViewChannel.

Since 1.0.0

Extends ViewChannelBaseEvent

Properties

  • index

    number

    The index of the view which had its auto dismiss stopped.

    Note: this was the index at the time of stopping, it might no longer be accurate.

    Since 1.0.0

  • type

    "AUTO_DISMISS_STOPPED"

    Which type occurred

    Since 1.0.0

  • view

    ViewChannelView<T,R>

    The view which had its auto dismiss stopped.

    Since 1.0.0