interface AsukaLayerMeasurement {
    constraints: {
        fits: null | boolean;
        maxHeight?: number;
        maxWidth?: number;
        unit?: AsukaPhysicalUnit;
    };
    image?: AsukaImageResolutionMeasurement;
    native: AsukaNativeLayerMeasurement;
    objectId: string;
    physical: AsukaPhysicalLayerMeasurement;
    relative: AsukaRelativeLayerMeasurement;
}

Properties

constraints: {
    fits: null | boolean;
    maxHeight?: number;
    maxWidth?: number;
    unit?: AsukaPhysicalUnit;
}
objectId: string