@jsfkit/types
    Preparing search index...

    Type Alias LineEnd

    Defines a line ending decoration.

    type LineEnd = {
        len?: LineEndSize;
        type: LineEndType;
        width?: LineEndSize;
    }
    Index

    Properties

    Properties

    Length size of the ending decoration.

    "med"
    

    The type of decoration to render.

    "none"
    
    width?: LineEndSize

    Width size of the ending decoration.

    "med"