ViewChannelViewPresentedEvent<T, R>

TYPE DEFINITION

Represents an insertion of a ViewChannelView into the ViewChannel.

Since 1.0.0

Extends ViewChannelBaseEvent

Properties

  • index

    number

    The index of the insertion.

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

    Since 1.0.0

  • type

    "PRESENTED"

    Which type occurred

    Since 1.0.0

  • view

    ViewChannelView<T,R>

    The view which was inserted.

    Note: this was the view at the time of insertion, it might currently be removed, so be aware that this view might no longer be displayed in the ViewChannel.

    Since 1.0.0