Wasm Directoryalpha
Record

resource-link

No description available.

record resource-link {
  uri: string,
  name: string,
  mime-type: option​<string>,
  title: option​<string>,
  description: option​<string>,
  size: option​<u64>,
}

Fields

NameTypeDescription
uristringAbsolute URI of the resource.
namestringHuman-readable name.
mime-typeoption​<string>Optional MIME type.
titleoption​<string>Optional display title.
descriptionoption​<string>Optional description.
sizeoption​<u64>Optional size in bytes.