Interface UiFeedbackImage

interface UiFeedbackImage {
    alt?: string;
    src: string;
    style?: {
        width?: {
            largeScreen?: number;
            smallScreen?: number;
        };
    };
}

Properties

Properties

alt?: string
src: string
style?: {
    width?: {
        largeScreen?: number;
        smallScreen?: number;
    };
}

width of the image, in pixels. smallScreen will be used when display width is less than 600px