Interface ModifyTableSetOptions

An optional value for SetOperators that want to tailor the user description.

interface ModifyTableSetOptions {
    clearFormatting?: boolean;
    description?: string;
}

Hierarchy (view full)

Properties

clearFormatting?: boolean
description?: string

A description that is used for versioning and tracking changes.

Default Value

'determined by the consumer'