EccClientGa4ghTrsTool Component
2.0.0-alpha.6
<ecc-client-ga4gh-trs-tool/>
ECCClientGa4ghTrsTool
Overview
The ecc-client-ga4gh-trs-tool
component displays detailed information about a specific tool from a GA4GH Tool Registry Service.
Usage
Basic Tool Details
This example demonstrates displaying tool details for a specific tool ID.
ℹ️
The preview above uses a fixed toolId
. Since the TRS instance is not production ready, this tool may not exist.
Properties
Property | Type | Default | Description |
---|---|---|---|
toolId | string | "" | ID of the tool to display details for |
provider | TrsProvider | null | Data provider for fetching tool data (see Providers) |
Events
Event Name | React Event Name | Detail Type | Description |
---|---|---|---|
ecc-tool-version-changed | onEccToolVersionChanged | { toolId: string, versionId: string } | Fired when a user selects a tool version |