Member Junction
    Preparing search index...

    A pair to evaluate; clamp names which side to move if it fails.

    interface PairSpec {
        bg: string;
        clamp: "fg" | "bg";
        fg: string;
        name: string;
        required: number;
    }
    Index

    Properties

    Properties

    bg: string
    clamp: "fg" | "bg"
    fg: string
    name: string
    required: number