Skip to content

MarkerType ​

Type of a Relation marker

graphql
enum MarkerType {
  ARROW
  CIRCLE
  DIAMOND
  FILLED_CIRCLE
  FILLED_DIAMOND
  FILLED_TRIANGLE
  TRIANGLE
}

Values ​

MarkerType.ARROW ​

A regular arrow

MarkerType.CIRCLE ​

A circle

MarkerType.DIAMOND ​

A diamond

MarkerType.FILLED_CIRCLE ​

A filled circle

MarkerType.FILLED_DIAMOND ​

A filled diamond

MarkerType.FILLED_TRIANGLE ​

A filled triangle

MarkerType.TRIANGLE ​

A triangle

Member Of ​

CreateRelationTemplateInput input ● RelationTemplate object ● UpdateRelationTemplateInput input

Released under the MIT License.