Skip to the content.

🏠 Gofer Engine > Msg Class > Sub Classes

Sub Classes

NOTE: THIS PAGE IS STILL A WORK IN PROGRESS

Seg, Segs & Seg[]

Msg.getSegment(name: string, iteration?: number) => Seg | Segs
Msg.getSegments(name: string) => Seg[]

Fld, Flds, & Fld[]

Rep[]

Cmp, Cmps, & Cmp[]

Fld.getComponent(index?: number)
Flds.getComponent(index?: number)
Rep.getComponent(index?: number)

Sub, Subs, & MultiSubs

Each of the above subclasses exposes the following methods:

The Seg class exposes an additional getName method that returns the segment name string.