Xivgear Types Documentation
    Preparing search index...

    Type Alias ColStyler<RowDataType, CellDataType>

    ColStyler: (
        value: CellDataType,
        colElement: CustomCell<RowDataType, CellDataType>,
        internalElement: Node,
        rowValue: RowDataType,
    ) => void

    Type Parameters

    • RowDataType
    • CellDataType

    Type Declaration