registry property

LocalCommandRegistry? registry
final

The registry the command was dispatched from, so :help can list the exact command set the embedder installed (which may include commands beyond the browser-safe defaults, e.g. the CLI's file-transfer commands). null falls back to the default set.

Implementation

final LocalCommandRegistry? registry;