meo-canvas - v8.1.3
    Preparing search index...

    Interface EdgeColors

    A colour for each edge. An edge left out falls back to borderColor's single-string form, or to black when there is none.

    Where two edges of different colours meet at a corner, the corner is split between them — the same join CSS makes, so a card with one accent edge does not smear that colour round the bend.

    interface EdgeColors {
        Bottom?: string;
        Left?: string;
        Right?: string;
        Top?: string;
    }
    Index
    Bottom?: string

    Colour of the bottom edge.

    Left?: string

    Colour of the left edge.

    Right?: string

    Colour of the right edge.

    Top?: string

    Colour of the top edge.