KC's Workspace
    Preparing search index...
    AlignSelf:
        | { type: "auto" }
        | { type: "normal" }
        | { type: "stretch" }
        | { type: "baseline-position"; value: BaselinePosition }
        | {
            overflow?: OverflowPosition | null;
            type: "self-position";
            value: SelfPosition;
        }

    A value for the align-self property.

    Type Declaration