interface Padding {
    b: number;
    editType: "arraydraw";
    l: number;
    r: number;
    t: number;
}

Properties

Properties

b: number

The amount of padding (in px) along the bottom of the component.

editType
l: number

The amount of padding (in px) on the left side of the component.

r: number

The amount of padding (in px) on the right side of the component.

t: number

The amount of padding (in px) along the top of the component.