Home > @uniformdev/canvas > ProjectMapLinkParamValue

ProjectMapLinkParamValue type

Signature:

type ProjectMapLinkParamValue = {
    type: 'projectMapNode';
    projectMapId: string;
    nodeId: string;
    path: string;
    dynamicInputValues?: Record<string, string>;
};