type

Ref

@Js
abstract const class Ref : Obj

Ref is used to model an entity identifier and optional display string.

methods

dis

Return display value of target if available, otherwise id

id

Identifier that does not include leading @ nor display string

Slot Details

dis

abstract Str dis()

Return display value of target if available, otherwise id

id

abstract Str id()

Identifier that does not include leading @ nor display string