Skip to main content

Documentation Index

Fetch the complete documentation index at: https://orderly.network/docs/llms.txt

Use this file to discover all available pages before exploring further.

Interceptor target strings must match the SDK exactly (case-sensitive). This page is maintained for the docs/plugins handbook only. The same table ships with @orderly.network/plugin-core on npm alongside deeper architecture guides.

Injectable paths (runtime)

Target pathDescription
Layout.MainMenusMain navigation menu area
Account.AccountMenuDesktop account menu
Account.MobileAccountMenuMobile account menu
OrderBook.Desktop.BidsDesktop order book bids column
OrderBook.Desktop.AsksDesktop order book asks column
Trading.Layout.DesktopDesktop trading page layout container
Trading.PageTrading page root
OrderEntryOrder entry root
Trading.OrderEntry.TypeTabsOrder entry type tabs area
Trading.OrderEntry.BuySellSwitchOrder entry buy/sell switch area
Trading.OrderEntry.AvailableOrder entry available balance row
Trading.OrderEntry.QuantitySliderOrder entry quantity slider area
Trading.OrderEntry.SubmitSectionOrder entry submit + asset info section
TradingView.DesktopDesktop TradingView chart
Trading.SymbolInfoBar.DesktopDesktop symbol info bar
Table.EmptyDataIdentifierTable empty state
Deposit.DepositFormDeposit form
Transfer.DepositAndWithdrawDeposit & withdraw tab container

create plugin --interceptor subset

orderly-devkit create plugin only lists a subset of targets for scaffolding prompts. Typical values include: Trading.Layout.Desktop, Trading.Layout.Mobile, Trading.OrderEntry.TypeTabs, Trading.OrderEntry.BuySellSwitch, Trading.OrderEntry.Available, Trading.OrderEntry.QuantitySlider, Trading.OrderEntry.SubmitSection, OrderBook.Desktop.Asks, OrderBook.Desktop.Bids, Deposit.DepositForm, Deposit.WithdrawForm, Account.AccountMenu, Layout.MainMenus, Table.EmptyDataIdentifier If your desired path appears in the Injectable paths table above but not in this list, generate the project with any listed option, then edit the plugin code to use the real target string.

Discovering paths in development

Use Developer / Inspector tooling in dev mode to list paths registered by your installed SDK version.