Home > @uniformdev/mesh-sdk > ParamTypeLocation
ParamTypeLocation type
Signature:
type ParamTypeLocation<TParamValue = unknown, TParamConfiguration = unknown, TParamSetValue = TParamValue, TIntegrationConfiguration = unknown> = MeshLocationCore<TParamValue | undefined, ParamTypeLocationMetadata<TParamConfiguration, TIntegrationConfiguration>, TParamSetValue, 'paramType'> & {
editConnectedData: Awaited<ReturnType<typeof connectToParent>>['parent']['editConnectedData'];
};
References: MeshLocationCore, ParamTypeLocationMetadata