ViewChannelViewAutoDismissPausedEvent<T, R>

TYPE DEFINITION

Represents a ViewChannelView autoDismiss being paused of the given ViewChannel.

Since 1.0.0

Extends ViewChannelBaseEvent

Properties

  • index

    number

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

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

    Since 1.0.0

  • type

    "AUTO_DISMISS_PAUSED"

    Which type occurred

    Since 1.0.0

  • view

    ViewChannelView<T,R>

    The view which had its auto dismiss paused.

    Since 1.0.0