Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SlotComponent

Hierarchy

  • SlotComponent

Index

Constructors

constructor

  • new SlotComponent(graphContext: DiazoContext, nodeContext: DiazoNodeContext, context: DiazoSlotContext, element: ElementRef<HTMLElement>): SlotComponent

Properties

color

color: string

endpointRef

endpointRef: ElementRef<HTMLElement>

hidden

hidden: boolean = false

label

label: string

valueTypeLabel

valueTypeLabel: string

Accessors

id

  • get id(): string
  • set id(value: string): void

isArrowShaped

  • get isArrowShaped(): boolean

isAttached

  • get isAttached(): boolean

isInput

  • get isInput(): boolean

isOutput

  • get isOutput(): boolean

isPartOfDraftedEdge

  • get isPartOfDraftedEdge(): boolean

isSquareShaped

  • get isSquareShaped(): boolean

slotShape

  • get slotShape(): "circle" | "square" | "arrow"

tooltip

  • get tooltip(): string

type

  • get type(): string
  • set type(value: string): void

value

  • get value(): DiazoValue
  • set value(value: DiazoValue): void

Methods

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

onMouseEnter

  • onMouseEnter(event: MouseEvent): void

onMouseLeave

  • onMouseLeave(event: MouseEvent): void

startEdge

  • startEdge(event: MouseEvent): void

updateValueType

  • updateValueType(): void

Generated using TypeDoc