Skip to main content
Version: 9.0.2

DOMOBJECT:key

DOMOBJECT:key(
name
)

Get a fully qualified key from a key that is relative to the DOMOBJECT.

This function does not ensure that the fully qualified key is valid.

string.format("%s.%s, DOMOBJECT:get_name(), name)

Parameters

NameTypeDescription
name#stringA string containing a relative key, to be fully qualified in the context of this DOMOBJECT

Returns

TypeDescription
#stringA fully qualified string.