getKeyWithSeparator

fun getKeyWithSeparator(vararg keyParts: Any): String

Return

a key formed by concatenating the key parts delimited by a separator.

Parameters

keyParts

a list of objects that will be concatenated to form another component's key


fun getKeyWithSeparator(parentGlobalKey: String, key: String): String