crashcat docs
    Preparing search index...

    Type Alias ShapeSupportPool

    type ShapeSupportPool = {
        dispose: () => void;
        shapes: Partial<Record<ShapeType, unknown>>;
    }
    Index

    Properties

    Properties

    dispose: () => void
    shapes: Partial<Record<ShapeType, unknown>>