tsargp
    Preparing search index...

    Type Alias WithSlottedLayout

    Defines layout attributes for columns that can be slotted.

    type WithSlottedLayout = {
        slotIndent?: number;
    }
    Index

    Properties

    Properties

    slotIndent?: number

    The slot indentation level, or zero or NaN to disable slots. Does not apply to the first slot. Ignored if the column is merged.

    0