Websites v4 docs v5.2.5
    Preparing search index...

    Hierarchy

    • default<DBAPIArticleData>
      • Article
    Index

    Properties

    pagination: Pagination | null
    serializer: (model: any) => any

    serializer is a pure function that takes a model instance and returns a plain object that describes how to convert the model to JSON

    Accessors

    Methods

    • Retrieves a value from raw API data. Prioritises DBAPI data if available

      Parameters

      • key: string

      Returns any

    • Special method to define behaviour of JSON.stringify() on model instance

      Returns any