Events

updaterect

Fired when the drop area element rect is updated.

element.addEventListener("updaterect", (e) => {
  // Event handler
});

Custom Properties

These are the custom properties that can be sets on the <file-pond-drop-indicator> element, they describe the appearance of the drop area.

border

file-pond-drop-area {
  --border: none;
}

border-radius

file-pond-drop-area {
  --border-radius: none;
}

background-color

file-pond-drop-area {
  --background-color: transparent;
}