interface FitOptions {
    margin?: number;
    type?: FitType;
}

Properties

Properties

margin?: number

Negative values fallback to default.

Default

0
type?: FitType

Default

{@link FitType.None}