SelectionItem

An interface representing a selected resource.

Selected resources (such as drops and topics) are represented using SelectionItem objects.

PropertyTypeDescription
resource*ResourceReference A resource reference representing the selected resource.
parentResourceReference A resource reference representing the parent resource within which the selected resource was selected.
{
resource: {
type: 'drops:drop',
id: '0f9c522c-99ab-4017-942b-fbf132c18f84',
},
parent: {
type: 'topics:topic',
id: '01e1fe7d-58b3-4fa1-b0b4-1b1bc5d2f926',
},
}