Preparing search index...

    Interface PopoverOptionsGeneric<TModifier>

    interface PopoverOptionsGeneric<TModifier> {
        modifiers: TModifier[];
        onFirstUpdate?: (arg0: Partial<PopoverState>) => void;
        placement: PopoverPlacement;
        strategy: "fixed" | "absolute";
    }

    Type Parameters

    • TModifier
    Index

    Properties

    modifiers: TModifier[]
    onFirstUpdate?: (arg0: Partial<PopoverState>) => void
    placement: PopoverPlacement
    strategy: "fixed" | "absolute"