Click or drag to resize
HRef Structure
Represents an hyper-reference.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public struct HRef : IStreamable
Remarks

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 };

See Also