interface PageTitleConfiguration {
    appName: string;
}

Properties

Properties

appName: string

The default name to use for the app. Will display as a suffix (pageTitle | appName)

Generated using TypeDoc