@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface BrandAssetCropBox

    interface BrandAssetCropBox {
        x: number;
        y: number;
        width: number;
        height: number;
        coordinate_space?: "pixels" | "normalized_1000";
    }
    Index

    Properties

    x: number
    y: number
    width: number
    height: number
    coordinate_space?: "pixels" | "normalized_1000"