Search Results for

    Show / Hide Table of Contents
    View Source

    Class PackageManifestImportmap

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Manifest
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "packageManifestImportmap", Namespace = "")]
    public class PackageManifestImportmap

    Properties

    View Source

    Imports

    Declaration
    [DataMember(Name = "imports")]
    public required Dictionary<string, string> Imports { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    View Source

    Scopes

    Declaration
    [DataMember(Name = "scopes")]
    public Dictionary<string, Dictionary<string, string>>? Scopes { get; set; }
    Property Value
    Type Description
    Dictionary<string, Dictionary<string, string>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX