View-common / view.core.loaders.builders / ViewBuilder / applyKeys
applyKeys
abstract fun applyKeys(keys:Map<String,Any>):ViewBuilder<V>
Edits the views based on the passed keys.
Parameters
keys - The keys used to extract information from.
Return The current builder instance