Type alias Crop

Crop: {
    attributesToCrop?: string[];
    cropLength?: number;
    cropMarker?: string;
}

Type declaration

  • Optional attributesToCrop?: string[]
  • Optional cropLength?: number
  • Optional cropMarker?: string