Interface PageSource

A well-known Cadenza page

interface PageSource {
    page: "welcome";
}

Properties

Properties

page: "welcome"

The name of the page (Only "welcome" is currently supported.)