Type Alias MediaListItem

In addition, this structure can return dynamic properties.
type MediaListItem = {
    qUrl?: string;
    qUrlDef?: string;
}
Index

Properties

Properties

qUrl?: string

Relative path to the media file. Media files located:

  • in the /content/default/ folder are outside the qvf file.
  • in the /media/ folder are embedded in the qvf file.
qUrlDef?: string

Relative path to the media file. The URL is static. Media files located:

  • in the /content/default/ folder are outside the qvf file.
  • in the /media/ folder are embedded in the qvf file.