ixfx
    Preparing search index...

    Type Alias ConnectedPointsOptions

    type ConnectedPointsOptions = {
        fillStyle: string;
        lineWidth: number;
        loop: boolean;
        strokeStyle: string;
    }
    Index

    Properties

    fillStyle: string
    lineWidth: number
    loop: boolean
    strokeStyle: string