File

libs/ui/file-upload/src/lib/image-dimension-constraints.ts

Description

An individual size constraint

Index

Properties

Properties

height
height: literal type
Type : literal type
width
width: literal type
Type : literal type
export interface TsFileImageDimensionContraint {
  height: {
    min: number;
    max: number;
  };
  width: {
    min: number;
    max: number;
  };
}

/**
 * An array of file size constraints
 */
export type TsFileImageDimensionConstraints = TsFileImageDimensionContraint[];

result-matching ""

    No results matching ""