crashcat docs
    Preparing search index...

    Type Alias GetLeafShapeResult

    type GetLeafShapeResult = {
        remainder: subShape.SubShapeId;
        shape: Shape | null;
    }
    Index

    Properties

    Properties

    remainder: subShape.SubShapeId

    Remaining SubShapeId after navigation

    shape: Shape | null

    The leaf shape found, or null if navigation failed