wdpr
    Preparing search index...

    Interface FloatAlignment

    Image float alignment. Used in [[image]] positioning.

    When float is true, the image uses CSS float. When false, it uses text-align only.

    interface FloatAlignment {
        align: Alignment;
        float: boolean;
    }
    Index

    Properties

    Properties

    align: Alignment
    float: boolean

    Whether to use CSS float (true) or just text-align (false)