createKey

fun createKey(vararg name: String): NamespacedKey

Creates a new NamespacedKey with the given name parts. The key is created using the initialized plugin ID.

Return

The created NamespacedKey.

Parameters

name

The name parts to create the key with.

See also

NamespacedKey

Throws

if IGF has not been initialized yet.