Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.dto.input.architecture.layout
/
UpdateRelationLayoutInput
UpdateRelationLayoutInput
class
UpdateRelationLayoutInput
(
val
relation
:
ID
,
val
layout
:
RelationLayoutInput
?
)
:
Input
Input to update the layout of a Relation
Members
Constructors
Update
Relation
Layout
Input
Link copied to clipboard
constructor
(
relation
:
ID
,
layout
:
RelationLayoutInput
?
)
Properties
layout
Link copied to clipboard
val
layout
:
RelationLayoutInput
?
relation
Link copied to clipboard
val
relation
:
ID
Functions
validate
Link copied to clipboard
open
override
fun
validate
(
)
Validates this input