A web-ifc tape value handle — { type: 1, value: 'str' } for strings. Consumers (e.g. @bldrs-ai/ifclib's deref) switch on the tape type code, so bare { value } objects are not interchangeable with these.
{ type: 1, value: 'str' }
@bldrs-ai/ifclib
deref
{ value }
A web-ifc tape value handle —
{ type: 1, value: 'str' }for strings. Consumers (e.g.@bldrs-ai/ifclib'sderef) switch on the tape type code, so bare{ value }objects are not interchangeable with these.