interface UIConfig {
    assetListViews: ViewFolder[];
    entryListViews: ViewFolder[];
    homeViews: HomeView[];
    sys: UIConfigSysProps;
    toPlainObject(): UIConfigProps;
}

Hierarchy (view full)

Properties

assetListViews: ViewFolder[]
entryListViews: ViewFolder[]
homeViews: HomeView[]
sys: UIConfigSysProps

System metadata

Methods