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

    Interface HistoryControls

    interface HistoryControls {
        back_btn: HTMLElement;
        destroy: () => void;
        forward_btn: HTMLElement;
        updateButtons: () => void;
    }
    Index

    Properties

    back_btn: HTMLElement
    destroy: () => void
    forward_btn: HTMLElement
    updateButtons: () => void