Interface PBExplorerUiEventsResult

Hierarchy

  • PBExplorerUiEventsResult

Properties

Properties

event?: {
    $case: "opened";
    opened: PBExplorerUiEventsResult_UiOpened;
} | {
    $case: "closed";
    closed: PBExplorerUiEventsResult_UiClosed;
}
timestamp: number

The scene tick when the event occurred

The panel that the event refers to