Skip to main content
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)

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.