Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

property ApplyChangesetOptions.filter

Skip changes that, when targeted table name is supplied to this function, return a truthy value. By default, all changes are attempted.

Type #

((tableName: string) => boolean) | undefined