eCR Viewer
    Preparing search index...

    Interface GCOptions

    interface GCOptions {
        execution?: "async" | "sync";
        filename?: string;
        flavor?: "regular" | "last-resort";
        type?: "major-snapshot" | "major" | "minor";
    }
    Index

    Properties

    execution?: "async" | "sync"
    filename?: string
    flavor?: "regular" | "last-resort"
    type?: "major-snapshot" | "major" | "minor"