weasel API - v0.8.0
    Preparing search index...

    Interface PathAnchorAffordanceOptions

    interface PathAnchorAffordanceOptions {
        cursor?: string;
        hitRadius?: number;
    }
    Index

    Properties

    Properties

    cursor?: string

    Cursor while hovering an anchor or control. Defaults to 'pointer'.

    hitRadius?: number

    Hit radius (screen-px) for anchor and control points. Default 8.