dc-management-sdk-js
    Preparing search index...

    Class FacetsResponse<T>Abstract

    Facet Result

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _facets?: Record<string, FacetCount[]>

    Facet Metadata

    _links?: Map<string, HalLink>

    Pagination Metadata

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>