Skip to content

pos-add-relation

Overview

Add a new relation from the current resource to another one

Events

Event Description Type
pod-os:added-relation The relation has been added to the resource and successfully stored to the Pod. CustomEvent<Relation>
pod-os:error Something went wrong while adding the relation. CustomEvent<any>

Dependencies

Used by

Depends on

Graph

graph TD;
  pos-add-relation --> pos-select-term
  pos-relations --> pos-add-relation
  style pos-add-relation fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS