Skip to content

Enumeration: ImageOutline

core.ImageOutline

State of outline on images that can be used with a ImageSchema.

Enumeration Members

Disabled

Disabled = "disabled"

Image is rendered without outline.

Defined in

schema.ts:709


Solid

Solid = "solid"

Image is rendered with outline.

Defined in

schema.ts:711