@elemental/ui / Class

LmnExpandableContentComponent

No documentation has been provided.

Properties

NameTypeDescription
expandableContent
r
Signal<ElementRef<HTMLElement> | undefined>
maxHeight
r
InputSignal<string | undefined>

The maximum height of the content when collapsed. It is overridden by maxLines if set.

maxLines
r
InputSignal<number | undefined>

The number of lines to show when the content is collapsed. It overrides maxHeight if set.

nativeElement
r
any
negative
r
InputSignalWithTransform<boolean, unknown>

Whether the mode is negative

showLessAttrAriaLabel
r
InputSignal<string | undefined>

The aria label for the show less button

showLessLabel
r
InputSignal<string | undefined>

The label to show when the content is collapsed

showMoreAttrAriaLabel
r
InputSignal<string | undefined>

The aria label for the show more button

showMoreLabel
r
InputSignal<string | undefined>

The label to show when the content is expanded

statusChange
r
OutputEmitterRef<"expanded" | "shrunk">

Emits when the content is expanded or shrank