ml-conrec
    Preparing search index...

    Interface DrawContourResult<DrawerName>

    interface DrawContourResult<DrawerName extends ContourDrawerName> {
        contours: ReturnType<ContourDrawerByName<DrawerName>["getContour"]>;
        timeout: boolean;
    }

    Type Parameters

    Index

    Properties

    Properties

    contours: ReturnType<ContourDrawerByName<DrawerName>["getContour"]>
    timeout: boolean