@elemental/ui / Class

LmnListItemGroupService

Decorators:@Injectable

No documentation has been provided.

Properties

NameTypeDescription
depth
r
Signal<number>
id
r
Signal<string>
isRoot
r
Signal<boolean>
negative
r
Signal<boolean>
showDividers
r
Signal<boolean>
showTopDivider
r
Signal<boolean>

Whether to show the divider on top of the List Item Group.

titleId
r
Signal<string>

Methods

setId()

The ID of the List Item. If not set, it is inherited from the parent List.

Presentation
setId(id: string): void;
Parameters
NameTypeDescription
id
string
Returns
void

setListService()

No documentation has been provided.

Presentation
setListService(listService: LmnListService | undefined): void;
Parameters
NameTypeDescription
listService
LmnListService | undefined
Returns
void

setShowDividers()

Whether to show the dividers between List Items. If not set, it is inherited from the parent List.

Presentation
setShowDividers(showDividers: boolean): void;
Parameters
NameTypeDescription
showDividers
boolean
Returns
void