putAll
fun DslMap<String, AssetBundle.StyleBundle, AssetBundleKt.Dsl.StylesProxy>.putAll(map: Map<String, AssetBundle.StyleBundle>)
Set of styles listed in this asset manifest. Like scripts, this is a map of dotted-path module names mapped to
their stylesheet sources and settings. Generally, the GSS module name is used for stylesheets.
Content copied to clipboard
map<string, .elide.assets.AssetBundle.StyleBundle> styles = 5;
fun DslMap<String, AssetBundle.ScriptBundle, AssetBundleKt.Dsl.ScriptsProxy>.putAll(map: Map<String, AssetBundle.ScriptBundle>)
Set of scripts listed in this asset manifest. Like styles, this is a map of dotted-path module names mapped to
their script sources and settings. Generally, a Closure module name is used for scripts.
Content copied to clipboard
map<string, .elide.assets.AssetBundle.ScriptBundle> scripts = 6;
fun DslMap<String, AssetBundle.GenericBundle, AssetBundleKt.Dsl.GenericProxy>.putAll(map: Map<String, AssetBundle.GenericBundle>)
Generic assets which are mapped within this bundle.
Content copied to clipboard
map<string, .elide.assets.AssetBundle.GenericBundle> generic = 7;