facy - v0.1.0
    Preparing search index...

    Interface ExtendedSpacingProperties

    interface ExtendedSpacingProperties {
        left?: StylePropertyValue;
        right?: StylePropertyValue;
        top?: StylePropertyValue;
        bottom?: StylePropertyValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defines space on the left side of an element (overrides default horizontal spacing for that side)

    defines space on the right side of an element (overrides default horizontal spacing for that side)

    defines space on the top of an element (overrides default vertical spacing for that side)

    defines space on the bottom of an element (overrides default vertical spacing for that side)