interface NoImageOptions {
    notFoundImagePath: string;
}

Properties

notFoundImagePath: string

이미지가 없을 경우, Path

Generated using TypeDoc