@ark7/model - v2.0.56
    Preparing search index...

    Interface IndexOptions

    interface IndexOptions {
        index: boolean;
        indexDisabled?: boolean;
        sparse?: boolean;
        unique?: boolean;
    }
    Index

    Properties

    index: boolean
    indexDisabled?: boolean

    Disable current and all nested indexes.

    sparse?: boolean
    unique?: boolean