Interface: GemEntry
One loaded GEM entry - a source code, its (optional) target, and the decoded GemFlags. A No-Map entry (GemFlags.noMap) carries no target: the source has no equivalent, and the engine never invents one.
Properties
flags
readonlyflags:GemFlags
The decoded steward flags.
source
readonlysource:string
The source code (in the map's source classification), verbatim.
target?
readonlyoptionaltarget?:string
The target code (in the map's target classification), verbatim - absent for a No-Map entry.