NcRelatedResourcesPanel #
Props #
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
providerId | The provider id implemented with \OCA\RelatedResources\IRelatedResourceProvider::getProviderId() | string | - | null |
itemId | The item id which uniquely identities the e.g. Calendar event, Deck board, file, Talk room, etc. | string|number | - | null |
fileInfo | Only used by the files sidebar File info is passed when registered with OCA.Sharing.ShareTabSections.registerSection() | object | - | null |
Events #
Event name | Properties | Description |
---|---|---|
has-resources | Emitted when the resources value changes |
Usage #
Use this component to display the related resources of a given item.
loading...
NcResource #
Props #
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
icon | string | - | ||
title | string | - | ||
subtitle | string | - | null | |
tooltip | string | - | null | |
url | string | - |