Skip to content

NamedArg

NamedArg = { Workspace: string; } | InstructionArg

Defined in: ootle/src/builder.ts:62

A NamedArg is either:

  • { Workspace: string } — a named workspace reference resolved by the builder to a numeric ID
  • InstructionArg — a fully-formed { Workspace: WorkspaceOffsetId } or { Literal: string }