@kubator/sdk v0.0.1
    Preparing search index...

    Type Alias CollectionOptions

    Controls host behavior for a collection.

    type CollectionOptions = {
        audit?:
            | "none"
            | { createdAt?: boolean; modifiedAt?: boolean; modifiedClaims?: boolean };
        eventLogging?: boolean;
    }
    Index
    audit?:
        | "none"
        | { createdAt?: boolean; modifiedAt?: boolean; modifiedClaims?: boolean }

    Configures automatic audit columns for collection records.

    eventLogging?: boolean

    Enables database-backed collection event logging.