Eulergraph
    Preparing search index...

    Type Alias ImagePreviewOptions

    type ImagePreviewOptions = {
        imagePaddings?: number;
        imageScale?: number;
        rights?: string[] | null;
        withGrid?: boolean;
    }
    Index

    Properties

    imagePaddings?: number
    imageScale?: number
    rights?: string[] | null
    withGrid?: boolean