Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.12 KB

readme.md

File metadata and controls

54 lines (36 loc) · 1.12 KB

al-edge-editor

Properties

Property Attribute Description Type Default
edge -- [string, AlEdge] undefined

Events

Event Description Type
deleteEdge CustomEvent<any>
saveEdge CustomEvent<any>

Dependencies

Used by

Depends on

  • ion-item
  • ion-input
  • ion-textarea
  • ion-button
  • ion-icon

Graph

graph TD;
  al-edge-editor --> ion-item
  al-edge-editor --> ion-input
  al-edge-editor --> ion-textarea
  al-edge-editor --> ion-button
  al-edge-editor --> ion-icon
  ion-item --> ion-icon
  ion-item --> ion-ripple-effect
  ion-button --> ion-ripple-effect
  al-graph-editor --> al-edge-editor
  style al-edge-editor fill:#f9f,stroke:#333,stroke-width:4px
Loading

Built with StencilJS