Orderly SDKs / Modules / @orderly.network/react / MarketsPropsDocumentation Index
Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
Use this file to discover all available pages before exploring further.
Interface: MarketsProps
@orderly.network/react.MarketsPropsTable of contents
Properties
Properties
className
•Optional className: string
Defined in
packages/component/src/block/markets/shared/types.ts:33dataSource
•Optional dataSource: MarketInfoExt[]
Defined in
packages/component/src/block/markets/shared/types.ts:29onItemClick
•Optional onItemClick: (item: MarketInfoExt) => void
Type declaration
▸ (item): void
Parameters
| Name | Type |
|---|---|
item | MarketInfoExt |
Returns
void