check
Code copied to clipboard.
close
menu
menu_open
menu

LkMaterialLayerProps

The actual interface of the Material Layer component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

interface LkMaterialLayerProps extends React.HTMLAttributes<HTMLDivElement> {

 zIndex?: number; // Optional z-index for the material layer. Different use cases might need it to be at different z-indexes.

 type?: LkMaterialType;

 materialProps?: LkMatProps; // Optional material-specific properties

}

Related Components

Components that use this type.

Related Types

Types with similar roles.