Micrio Client - v6.0.0
    Preparing search index...

    Interface EmbedOptions

    interface EmbedOptions {
        asImage?: boolean;
        fit?: "contain" | "cover" | "stretch";
        fromScale?: number;
        opacity?: number;
    }
    Index

    Properties

    asImage?: boolean

    The embed will have a minimal memory footprint, without its own camera

    fit?: "contain" | "cover" | "stretch"

    Fit the embed's original size into the specified area. Defaults to 'stretch'

    fromScale?: number

    Do not print this embed until this zoom level (% of original)

    opacity?: number

    The embed opacity