capacitor-plugin-scanbot-barcode-scanner-sdk
    Preparing search index...

    Type Alias PathLoadMode

    PathLoadMode: "EAGER" | "LAZY" | "LAZY_WITH_COPY"

    Image Ref Path Load Mode.

    • EAGER: Image is immediately loaded into memory.
    • LAZY: Image is loaded into memory the first time it's requested. Specified path must exist at the time of loading.
    • LAZY_WITH_COPY: Image is loaded into memory the first time it's requested. Specified path is copied into internal directory and so isn't required to exist at the time of loading.

    Type Declaration

    • "EAGER"

      Image is immediately loaded into memory.

    • "LAZY"

      Image is loaded into memory the first time it's requested. Specified path must exist at the time of loading.

    • "LAZY_WITH_COPY"

      Image is loaded into memory the first time it's requested. Specified path is copied into internal directory and so isn't required to exist at the time of loading.