Interface DocsDocPreviewGraffiti

interface DocsDocPreviewGraffiti {
    height: number;
    src: string;
    width: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

height: number

Graffiti height

src: string

Graffiti file URL

width: number

Graffiti width

Generated using TypeDoc