Mapping type
Maps URIs to other URIs with UV transform information.
Signature:
type Mapping = {
[key: string]: ({
[key: string]: ({
rotate?: number;
scale?: number;
translate?: [number, number];
} | undefined);
} | undefined);
};
Remarks
Define how source nodes map to target nodes in UV space. One source can map to multiple targets.