Skip to content

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

Interface: Image

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

Extends

Properties

alt?

optional alt: null | string

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


title?

optional title: null | string

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

Inherited from

Resource.title


type

type: "image"

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

Overrides

Node.type


url

url: string

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

Inherited from

Resource.url