toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-server-api
/
org.modelix.model.server.api
/
SetReferenceOpData
Set
Reference
Op
Data
@
Serializable
@
SerialName
(
value
=
"setReference"
)
data
class
SetReferenceOpData
(
val
node
:
NodeId
,
val
role
:
String
,
val
target
:
NodeId
?
)
:
OperationData
Members
Constructors
Set
Reference
Op
Data
Link copied to clipboard
constructor
(
node
:
NodeId
,
role
:
String
,
target
:
NodeId
?
)
Properties
node
Link copied to clipboard
val
node
:
NodeId
role
Link copied to clipboard
val
role
:
String
target
Link copied to clipboard
val
target
:
NodeId
?
Functions
replace
Ids
Link copied to clipboard
open
override
fun
replaceIds
(
replacer
:
(
String
)
->
String
?
)
:
OperationData