A customization function for modifying the panel data before rendering. It allows developers to transform, filter, or augment the data pulled from a VIM source.
The data to customize.
The VIM.Object or VIM.Vim instance from which the data was originally extracted.
A promise that resolves to the modified Data object.
A customization function for modifying the panel data before rendering. It allows developers to transform, filter, or augment the data pulled from a VIM source.