Hierarchy

Properties

shadowDom?: boolean

Specifies whether the component should be rendered in the Shadow DOM. This is highly recommended to avoid CSS conflicts.

Default Value

true

strings?: {
    dragImageMessage?: string;
    dropImageMessage?: string;
    errorMessage?: string;
    uploadImageMessage?: string;
}

Type declaration

  • Optional dragImageMessage?: string
  • Optional dropImageMessage?: string
  • Optional errorMessage?: string
  • Optional uploadImageMessage?: string
template?: string

Specifies a custom template to be used instead of the default template.

For more information, see Components.