Namespace: Immutable

PSPDFKit.Immutable

This namespaces exposes classes from the Immutable.js. Since all of our state objects are implemented as Immutable.Record, we also assume that the props are immutable.

To do this, we export the required classes directly from Immutable.js

Classes

  • List

    Ordered, indexed, dense collections, like JavaScript Arrays.