View Source
Class PackageManifestImportmap
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "packageManifestImportmap", Namespace = "")]
public class PackageManifestImportmap
Properties
View Source
Scopes
Declaration
[DataMember(Name = "scopes")]
public Dictionary<string, Dictionary<string, string>>? Scopes { get; set; }
Property Value
Type |
Description |
System.Nullable<Umbraco.Cms.Core.Dictionary<System.String, Umbraco.Cms.Core.Dictionary<System.String, System.String>>> |
|
Methods
View Source
Dictionary<>(String, String, Imports)
Declaration
[DataMember(Name = "imports")]
public required Dictionary<>(string, string, Imports)
Parameters
Type |
Name |
Description |
System.String |
|
|
System.String |
|
|
Imports |
|
|
Returns
Type |
Description |
required |
|
Type Parameters