plusAssign
inline operator fun DslList<AssetBundle.StyleBundle.StyleAsset, AssetBundleKt.StyleBundleKt.Dsl.AssetProxy>.plusAssign(value: AssetBundle.StyleBundle.StyleAsset)
Stylesheet sources associated with this bundle. Always non-empty.
Content copied to clipboard
repeated .elide.assets.AssetBundle.StyleBundle.StyleAsset asset = 4;
Parameters
value
The asset to add.
inline operator fun DslList<AssetBundle.StyleBundle.StyleAsset, AssetBundleKt.StyleBundleKt.Dsl.AssetProxy>.plusAssign(values: Iterable<AssetBundle.StyleBundle.StyleAsset>)
Stylesheet sources associated with this bundle. Always non-empty.
Content copied to clipboard
repeated .elide.assets.AssetBundle.StyleBundle.StyleAsset asset = 4;
Parameters
values
The asset to add.