localize_element
Localizes a database element to the current scope. Localizing an element is equivalent to copying it using the same source and target name. Effectively, it's makes a copy of the element in the current scope. Any changes made to the element in this scope (or any of its children) are only seen by this scope (or its children). Accessing the element in a parent scope (or from another branch) will not see the changes made in this scope.
arguments
-
"element_name" : String
The name of the database element to localize.
-
"privacy_level" : Uint8 (default: null)
The privacy level to localize the element to. [0...255]. If not provided uses the current scopes privacy level.