Coal LLC - v1.0.0
    Preparing search index...

    Interface IUpdateable

    Interface for objects that can be updated when Redux state changes. Works with both class components (which have forceUpdate) and functional component wrappers.

    interface IUpdateable {
        forceUpdate: () => void;
    }
    Index

    Properties

    Properties

    forceUpdate: () => void