check
Code copied to clipboard.
close
menu
menu_open
menu

LkDropdownContext

Utility type for describing the context used within the Dropdown component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkDropdownContext {

 open: boolean;

 setOpen: (open: boolean) => void;

 triggerRef: React.RefObject<HTMLElement | null>;

 contentRef: React.RefObject<HTMLDivElement | null>;

}

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.