Ⓙ Jike SDK
    Preparing search index...

    Interface StoryPicture

    interface StoryPicture {
        cropperPosX: number;
        cropperPosY: number;
        format: string;
        height: number;
        key: string;
        middlePicUrl: string;
        picUrl: string;
        smallPicUrl: string;
        thumbnailUrl: string;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cropperPosX: number
    cropperPosY: number
    format: string

    格式,如 jpeg, heic

    height: number
    key: string
    middlePicUrl: string
    picUrl: string
    smallPicUrl: string
    thumbnailUrl: string
    width: number