Collection page

Declaration

const currentPage: CollectionPageContext

Interface

interface CollectionPageContext {
  get title(): string;
  get badge(): string;
  get isHidden(): boolean;
}

Last updated