Skip to content

Props Diamond SDKDocs


PropsFacetCatalog: object

A catalog containing a collection of Props facets

Type declaration

facets?

optional facets: PropsFacet[]

Array of Props facets contained in this catalog

Optional

Remarks

This type represents a container for Props facets, which are modular components that can be added to or removed from a Props diamond contract.

Example

typescript
const catalog: PropsFacetCatalog = {
  facets: [
    // Array of PropsFacet objects
  ]
};