@turbowarp/types
    Preparing search index...

    Suggested properties of a drawing region. Strictly, this can really be whatever you want it to be.

    interface DrawingRegion {
        enter?(): void;
        exit?(): void;
    }
    Index

    Methods

    Methods