SheetXL - v0.3.20
    Preparing search index...

    Interface NamedJSON

    For persisting.

    interface NamedJSON {
        hidden?: boolean;
        iLevel?: number;
        name: string;
        style: IStyle.Properties<string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    hidden?: boolean
    iLevel?: number
    name: string
    style: IStyle.Properties<string>

    The cell style properties.