Type Alias DataCustomization

DataCustomization: (
    data: Data,
    source: WebglViewer.Vim | Object3D,
) => Promise<Data>

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.

Type declaration