interface LinkOptions {
    crosshair?: boolean;
    symbol?: boolean;
    viewport?: boolean;
    whenMissing?: LinkMissingPolicy;
}

Properties

crosshair?: boolean

Mirror the hovered instant onto every other member. Default true.

symbol?: boolean

Mirror the instrument, via each member's onSymbol. Default false.

viewport?: boolean

Mirror pan and zoom as a wall-clock window. Default true.

whenMissing?: LinkMissingPolicy

What a follower does with an instant it has no bar for. Default 'nearest'.