Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tooling@developer_productivity_NavigationContract.hrl
Raw

include/lightspeed@tooling@developer_productivity_NavigationContract.hrl

-record(navigation_contract, {
module_ref :: binary(),
symbol :: binary(),
path :: binary(),
command :: binary()
}).