Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

Image

Represents a described image object

Record Fields

Record FieldDescription
Image
Signature: ImageUri

(Required) A URL to the image file or a data URI with the base64-encoded image inline

Title
Signature: SimpleString option

(Optional) Alt-text for the image

Instance members

Instance memberDescription
x.WriteJson(writer)
Signature: writer:JsonWriter -> JsonWriter

Writes the Image to a JSON writer

Static members

Static memberDescription
Image.FromUrlWithoutTitle(url)
Signature: url:string -> Image