Interface PanoRulerProPluginParameterType

interface PanoRulerProPluginParameterType {
    data?: PanoRulerProPluginDatas;
    options?: PanoRulerProPluginOptions;
}

Properties

Properties

data?: PanoRulerProPluginDatas