Interface PageNavigationCommandData

Typed message data for page navigation command

interface PageNavigationCommandData {
    type: "vopPageNavigationCommand";
    sessionId: string;
    target: string;
}

Hierarchy (view full)

Properties

Properties

type
sessionId: string
target: string