anyline-js
    Preparing search index...

    Interface UiFeedbackImage

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

    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