Home > @uniformdev/canvas > NonProjectMapLinkParamValue
NonProjectMapLinkParamValue type
Signature:
type NonProjectMapLinkParamValue = {
type: Exclude<LinkParameterType, 'projectMapNode'>;
path: string;
};
References: LinkParameterType
Home > @uniformdev/canvas > NonProjectMapLinkParamValue
Signature:
type NonProjectMapLinkParamValue = {
type: Exclude<LinkParameterType, 'projectMapNode'>;
path: string;
};
References: LinkParameterType