BookmarkMetadataBlock

  • attributes
    Type: object
    required
    • pageTitle
      Type: string | null
      required
    • pageUrl
      Type: string | nullFormat: uri
      required
  • caption
    Type: string | null
    required
  • dominantColors
    Type: array object[]
    required
    • rgb
      Type: array number[]
      required
    • score
      Type: number
      required
  • extensionContext
    Type: object | null
    required
    • noteType
      enum
      const:  
      page
      required
      values
      • page
  • transcript
    Type: object | null
    required
    • key
      Type: string
      required

      Storage key of the file

    • mime
      Type: string

      MIME type of the file

  • webpage
    required
    • favicon
      required
    • html
      required
    • image
      required
    • reader
      required
    • screenshot
      required
    • description
      Type: string | null
    • hostname
      Type: string | null
    • metadata

      Metadata for special links

      Metadata for special links

      • propertyName
        Type: anything nullable
    • siteName
      Type: string | null
    • status
      Type: string | nullenum
      values
      • pending
      • processing
      • completed
      • failed
      • cleaned
    • title
      Type: string | null
    • url
      Type: string | null
  • keywords
    Type: array string[] | null