Interface CustomEndScreenConfiguration

interface CustomEndScreenConfiguration {
    content: string;
}

Properties

Properties

content: string

Any string literal or HTML that is rendered on the custom endscreen. Defaults to an empty string.