Skip to main content

Interfaces

ChannelAware

Entities which can be assigned to Channels should implement this interface.

Signature

channels

propertyChannel[]

SoftDeletable

Entities which can be soft deleted should implement this interface.

Signature

deletedAt

propertyDate | null

Orderable

Entities which can be ordered relative to their siblings in a list.

Signature

position

propertynumber

Taggable

Entities which can have Tags applied to them.

Signature

tags

propertyTag[]

Translatable

Entities which have localizable string properties should implement this type.

Signature

translations

propertyArray<Translation<VendureEntity>>
Was this chapter helpful?
Report Issue
Edited Apr 20, 2026ยทEdit this page