Member Junction
Preparing search index...
@memberjunction/react-runtime
IComponentRegistryClient
Interface IComponentRegistryClient
GraphQL client interface for registry operations
interface
IComponentRegistryClient
{
GetRegistryComponent
(
params
:
{
hash
?:
string
;
name
:
string
;
namespace
:
string
;
registryName
:
string
;
version
?:
string
;
}
,
)
:
Promise
<
ComponentSpec
|
null
>
;
}
Index
Methods
Get
Registry
Component
Methods
Get
Registry
Component
GetRegistryComponent
(
params
:
{
hash
?:
string
;
name
:
string
;
namespace
:
string
;
registryName
:
string
;
version
?:
string
;
}
,
)
:
Promise
<
ComponentSpec
|
null
>
Parameters
params
:
{
hash
?:
string
;
name
:
string
;
namespace
:
string
;
registryName
:
string
;
version
?:
string
;
}
Returns
Promise
<
ComponentSpec
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
Get
Registry
Component
Member Junction
Loading...
GraphQL client interface for registry operations