docx
    Preparing search index...

    Type Alias ITableRowPropertiesOptions

    ITableRowPropertiesOptions: ITableRowPropertiesOptionsBase & {
        deletion?: IChangedAttributesProperties;
        includeIfEmpty?: boolean;
        insertion?: IChangedAttributesProperties;
        revision?: ITableRowPropertiesChangeOptions;
    }

    Options for configuring table row properties.