LibraryResource

@Serializable
data class LibraryResource(val bundles: List<ResourceFallbacksBundle>, val type: ResourceType, val name: String) : VariablesSubstitutionAware<LibraryResource>

Constructors

Link copied to clipboard
constructor(bundles: List<ResourceFallbacksBundle>, type: ResourceType, name: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun replaceVariables(mapping: Map<String, String>): LibraryResource

Replace variables and return the result.