novx
    Preparing search index...

    Interface CreateOptions

    Mark a method as a factory method

    interface CreateOptions {
        eager?: boolean;
        scope?: string;
    }
    Index

    Properties

    Properties

    eager?: boolean
    scope?: string