kaplay-layout
    Preparing search index...

    Type Alias StaticFlexboxStyle

    type StaticFlexboxStyle = {
        alignSelf?: FlexAlign;
        bottom?: Length;
        display?: Display;
        flex?: number;
        left?: Length;
        margin?: Length | "auto";
        marginBottom?: Length | "auto";
        marginLeft?: Length | "auto";
        marginRight?: Length | "auto";
        marginTop?: Length | "auto";
        marginX?: Length | "auto";
        marginY?: Length | "auto";
        padBottom?: Length;
        padding?: Length;
        padLeft?: Length;
        padRight?: Length;
        padTop?: Length;
        padX?: Length;
        padY?: Length;
        position?: Position;
        right?: Length;
        top?: Length;
    }
    Index

    Properties

    alignSelf?: FlexAlign
    bottom?: Length
    display?: Display
    flex?: number
    left?: Length
    margin?: Length | "auto"

    set the margin on all sides.

    marginBottom?: Length | "auto"
    marginLeft?: Length | "auto"
    marginRight?: Length | "auto"
    marginTop?: Length | "auto"
    marginX?: Length | "auto"

    set the margin on the horizontal sides.

    marginY?: Length | "auto"

    set the margin on the vertical sides.

    padBottom?: Length
    padding?: Length

    set the padding on all sides.

    padLeft?: Length
    padRight?: Length
    padTop?: Length
    padX?: Length

    set the padding on the horizontal sides.

    padY?: Length

    set the padding on the vertical sides.

    position?: Position
    right?: Length
    top?: Length