The FilePondDropIndicatorElement class extends the FilePondSvelteComponentElement class. The class used to construct the <file-pond-drop-indicator> element.

Properties

indicatorRect

indicatorRect: 

Updates the current location of the drop indicator

const element = document.querySelector("file-pond-drop-indicator");

element.indicatorRect = { x: 0, y: 0, width: 200, height: 40 };

Custom Properties

border

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

border-radius

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

background-color

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