HRef Structure |
Namespace: RW.Server.Component
A hyper-reference is a sort of hypertext link that identifies a view on a given Server object.
Most often, the hyper reference is defined in the view description:
view DomainView:
...
subscribe Line:
represent MatrixItem item:
HyperRef label = { LineView, "..." };
HyperRef inputNode = { input->NodeView, input.name };