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

    Class ImageSource

    Description of source from which the ImageRef was created.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optionalsource: DeepPartial<ImageSource>

      Returns ImageSource

    Properties

    filePath: string | null

    File from which the ImageRef was created. Non-null only if the image ref was created from file.

    Source type from which the ImageRef was created.

    Methods

    • Parameters

      Returns {
          filePath?: string | null;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { type?: ImageSourceType | undefined; filePath?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
          type?: ImageSourceType;
      }

      • OptionalfilePath?: string | null

        File from which the ImageRef was created. Non-null only if the image ref was created from file.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { type?: ImageSourceType | undefined; filePath?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
      • Optionaltype?: ImageSourceType

        Source type from which the ImageRef was created.