ReferenceConfig
interface ReferenceConfig {
actions: {
onUpdate?: UpdateDeleteAction;
onDelete?: UpdateDeleteAction;
};ref: () => AnyPgColumn;
}§Properties
§
actions: {
[src]onUpdate?: UpdateDeleteAction;
onDelete?: UpdateDeleteAction;
}§
ref: () => AnyPgColumn
[src]