Documentation
    Preparing search index...
    interface ReferenceConfig {
        actions: {
            onDelete?: UpdateDeleteAction;
            onUpdate?: UpdateDeleteAction;
        };
        ref: () => SQLiteColumn;
    }
    Index

    Properties

    Properties

    actions: { onDelete?: UpdateDeleteAction; onUpdate?: UpdateDeleteAction }
    ref: () => SQLiteColumn