tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > MutationOptions > meta

MutationOptions.meta property

If set, it stores additional information on the mutation cache entry that can be used as needed. It will be accessible wherever the mutation is available (eg. onError, onSuccess functions of the MutationCache).

Signature:

meta?: Record<string, unknown>;