Interface ExtendBordersOptions

interface ExtendBordersOptions {
    borderType?: BorderType;
    borderValue?: number;
    horizontal: number;
    vertical: number;
}

Properties

borderType?: BorderType

Specify how the borders should be handled.

Default

'reflect101'

borderValue?: number

Value of the border if BorderType is 'constant'.

Default

0

horizontal: number

Left and right border thickness.

vertical: number

Top and bottom border thickness.