PreHook<T>: ((args: T) => boolean)

A hook that is triggered just before a modification of the shape's points. If the hook returns false, the operation is not performed.

Type Parameters

  • T