The registered identifier of the custom web component to be used.
The custom elements identifier must be prefixed with your apps namespace like oca_myapp-sharing_section.
Also the component must at least have a node property which must accept the current active node as INode from @nextcloud/files.
The registered identifier of the custom web component to be used.
The custom elements identifier must be prefixed with your apps namespace like
oca_myapp-sharing_section
. Also the component must at least have anode
property which must accept the current active node asINode
from@nextcloud/files
.