The details of a transition screen.

interface TransitionScreenDetails {
    id: string;
    name?: string;
}

Properties

Properties

id: string

The ID of the screen.

name?: string

The name of the screen.