File

src/model/types/FkDisplayOptions.ts

Description

Contains factors relevant for the determination of whether a foreign key relationship should be displayed.

Index

Properties

Properties

blacklisted
blacklisted: boolean
Type : boolean

Whether the user manually dismissed the foreign key.

filtered
filtered: boolean
Type : boolean

Whether the foreign key is automatically filtered.

whitelisted
whitelisted: boolean
Type : boolean

Whether the user explicitely wants the foreign key to be displayed.

export interface FkDisplayOptions {
  /** Whether the foreign key is automatically filtered. */
  filtered: boolean;
  /** Whether the user manually dismissed the foreign key. */
  blacklisted: boolean;
  /** Whether the user explicitely wants the foreign key to be displayed. */
  whitelisted: boolean;
}

results matching ""

    No results matching ""