Pilates
    Preparing search index...

    Interface CellStyle

    interface CellStyle {
        attrs: number;
        bg?: Color;
        fg?: Color;
    }
    Index

    Properties

    Properties

    attrs: number
    bg?: Color
    fg?: Color