Back to Website
Show / Hide Table of Contents

Interface IDepositPhotosConfig

A structure defining properties of the Depositphotos source.

Package: IframeApi

Properties

actionMode

Declaration
actionMode?: IActionMode
Property Value
Type Description
IActionMode

apiKey

The key required to use the Depositphotos API. To get this key, contact Depositphotos.

Declaration
apiKey: string
Property Value
Type Description
string

insertItemConfirmationEnabled

Displays a dialog box informing your users that they will need to pay for images at checkout. The default value is true.

Declaration
insertItemConfirmationEnabled?: boolean
Property Value
Type Description
boolean

size

The size of images returned by the Depositphotos API.

Declaration
size: IframeApi.Configuration.ImageSize.ImageSizeType
Property Value
Type Description
ImageSizeType

type

Declaration
type: "DepositPhotos"
Property Value
Type Description
"DepositPhotos"

userId

Allows you to filter assets by a user identifier in Depositphotos. By default, such a filtering is not performed.

Declaration
userId?: string
Property Value
Type Description
string
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...