Skip to content

⬅️ Back to Table of Contents

📄 useObjectUrl/component

📊 Analysis Summary

Metric Count
📦 Imports 4
📐 Interfaces 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useObjectUrl/component.ts

📦 Imports

Name Source
SlotsType vue
useObjectUrl @vueuse/core
toRefs @vueuse/shared
defineComponent vue

Interfaces

UseObjectUrlProps

Interface Code
export interface UseObjectUrlProps {
  object: Blob | MediaSource | undefined
}

Properties

Name Type Optional Description
object Blob \| MediaSource \| undefined not shown

UseObjectUrlSlots

Interface Code
interface UseObjectUrlSlots {
  default: (data: Readonly<string | undefined>) => any
}

Properties

Name Type Optional Description
default (data: Readonly<string \| undefined>) => any not shown

Generated by Syntax Scribe