Skip to content

@advjs/monorepo / @advjs/types / AdvAst / Image

Interface: Image

Defined in: packages/types/src/ast/index.ts:189

Extends

Properties

alt?

optional alt: null | string

Defined in: packages/types/src/ast/index.ts:191


title?

optional title: null | string

Defined in: packages/types/src/ast/index.ts:181

Inherited from

Resource.title


type

type: "image"

Defined in: packages/types/src/ast/index.ts:190

Overrides

Node.type


url

url: string

Defined in: packages/types/src/ast/index.ts:180

Inherited from

Resource.url