PylonRegistryKey

data class PylonRegistryKey<T>(val namespace: String, val path: String) : Record(source)

Constructors

Link copied to clipboard
constructor(key: Key)
constructor(plugin: Plugin, path: String)
constructor(namespace: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String