Family Chart API Documentation - v0.8.1
    Preparing search index...

    Interface History

    interface History {
        back: () => void;
        canBack: () => boolean;
        canForward: () => boolean;
        changed: () => void;
        forward: () => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    back: () => void
    canBack: () => boolean
    canForward: () => boolean
    changed: () => void
    forward: () => void