typings/rapi-types.RapiCatalog
# Hierarchy
-
↳
RapiCatalog
# Indexable
▪ [key: string]: string | number | boolean | RapiRetailer | RapiTag | RapiMaterial | RapiComponent | RapiItem | RapiTenant
# Table of contents
# Properties
- __rapi_path__
- active
- allItems
- allTags
- brandIcon
- branded
- components
- cover
- created
- description
- externalIdentifier
- featured
- featuredImage
- free
- hidden
- hiddenByTenant
- hiddenByUser
- id
- isLocally
- items
- links
- materials
- name
- orderable
- public
- purchased
- retailers
- rootTags
- sort
- tags
- tenant
- tenantIsOwner
- updated
# Properties
# __rapi_path__
• Optional __rapi_path__: string
# Inherited from
# active
• active: boolean
# allItems
• allItems: RapiItem[]
# allTags
• allTags: RapiTag[]
# brandIcon
• brandIcon: string
# branded
• branded: boolean
# components
• components: RapiComponent[]
# cover
• cover: string
# created
• created: string
# description
• description: string
# externalIdentifier
• externalIdentifier: string
# featured
• featured: boolean
# featuredImage
• featuredImage: string
# free
• free: boolean
# hidden
• hidden: boolean
# hiddenByTenant
• hiddenByTenant: boolean
# hiddenByUser
• hiddenByUser: boolean
# id
• id: string
# Overrides
# isLocally
• Optional isLocally: boolean
# Inherited from
# items
• items: RapiItem[]
# links
• Optional links: LinksCollection
# Inherited from
# materials
• materials: RapiMaterial[]
# name
• name: string
# orderable
• orderable: boolean
# public
• public: boolean
# purchased
• purchased: boolean
# retailers
• retailers: RapiRetailer[]
# rootTags
• rootTags: RapiTag[]
# sort
• sort: number
# tags
• tags: string[]
# tenant
• tenant: RapiTenant
# tenantIsOwner
• tenantIsOwner: boolean
# updated
• updated: string