Script API - v26.50.20
    Preparing search index...

    Interface ImageDetailsBeta

    Details of an image to display.

    interface ImageDetails {
        imagePackId: string | ObservableString;
        imageSrc: string | ObservableString;
    }
    Index

    Properties

    imagePackId: string | ObservableString

    Identifier of the resource pack that provides the imageSrc asset.

    imageSrc: string | ObservableString

    Path to an image displayed. Loads the image based on the resource pack defined by imagePack.