Interface IObjectSubSiteConfig

interface IObjectSubSiteConfig {
    controller: Controller;
    site: Site;
}

Hierarchy

Properties

Properties

controller: Controller
site: Site

Generated using TypeDoc