Hierarchy

  • Signature

Properties

Properties

Meta: {
    Column: ColumnMeta<unknown>;
    Table: TableMeta<unknown>;
}

Type declaration

  • Column: ColumnMeta<unknown>
  • Table: TableMeta<unknown>
Options: {
    Column: {
        isVisible?: boolean;
    };
    Plugin: {
        enabled?: boolean;
    };
}

Type declaration

  • Column: {
        isVisible?: boolean;
    }
    • Optional isVisible?: boolean

      The default visibilty of the column, when rendered. The column can still be toggled on and off.

      When interacting with preferences, the value stored in preferenced will be the inverse of this value (to save space in storage).

  • Plugin: {
        enabled?: boolean;
    }
    • Optional enabled?: boolean

Generated using TypeDoc