ixfx
    Preparing search index...

    Type Alias RectOpts

    RectOpts: Visual.Drawing.DrawingOpts & Readonly<
        Partial<
            {
                crossed: boolean;
                filled: boolean;
                stroke: boolean;
                strokeWidth: number;
            },
        >,
    >