Member Junction
    Preparing search index...

    Event emitted when the user selects a side for a field

    interface FieldSelectionEvent {
        FieldName: string;
        SelectedSide: "left" | "right" | "custom";
        Value: unknown;
    }
    Index

    Properties

    FieldName: string

    The field name

    SelectedSide: "left" | "right" | "custom"

    Which side was selected

    Value: unknown

    The selected value