check
Code copied to clipboard.
close
menu
menu_open
menu

LkStateLayerProps

Describes props for the State Layer component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

export interface LkStateLayerProps {

 bgColor?: LkColor | "currentColor";

 forcedState?: "hover" | "active" | "focus"; // Used when you need a static state controlled by something higher, like a select field that keeps actively-selected options grayed out

}

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.