1
0
Fork 0
freesewing/markdown/dev/reference/hooks/postsample/en.md
2022-09-30 15:34:59 +02:00

606 B

title
postSample

The postSample hook runs just after your pattern is sampled.

Signature

null hook(Pattern pattern)

Example

pattern.on('postSample', pattern => {
  // Mutate the pattern object here
}

Notes

The postSample hook is rarely used, but it's there if you need it.

It is triggered just before the end of either: