Interface IAnchoredItemListener

interface IAnchoredItemListener {
    onAnchorUpdate?(cellRangeCoords): void;
    onClose?(model): void;
    onDelete?(model): void;
    onProtectedChange?(src): void;
}

Hierarchy (view full)

Methods

  • Called when the anchor bounds are updated.

    Parameters

    Returns void

  • Called when the anchor transaction is closed.

    Parameters

    Returns void

  • Called when the anchor is removed.

    Parameters

    Returns void

  • Called when the anchor protection is updated.

    Parameters

    Returns void