Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/ui-kit / Interface

NgDocListItem

Extends:Highlightable

No documentation has been provided.

Properties

NameTypeDescription
disabled
inherited from ListKeyManagerOption
boolean | undefined

Whether the option is disabled.

Methods

getLabel()

inherited from ListKeyManagerOption

Gets the label for this option.

Presentation
getLabel(): string;
Returns
string

setActiveStyles()

inherited from Highlightable

Applies the styles for an active item to this item.

Presentation
setActiveStyles(): void;
Returns
void

setInactiveStyles()

inherited from Highlightable

Applies the styles for an inactive item to this item.

Presentation
setInactiveStyles(): void;
Returns
void