PostHook<T>: ((args) => void)

A hook that is triggered just after a modification of the shape's points.

Type Parameters

  • T

Type declaration

    • (args): void
    • Parameters

      • args: T

      Returns void