Skip to main content
cngx-src documentation

CngxExpandableToggleContext

Interface

projects/common/layout/text/expandable-text.ts

Referenced by#

Import#

import { CngxExpandableToggleContext } from '@cngx/common/layout'

Description#

Template context for the custom toggle template.

Index#

Instance Properties#

$implicit#boolean

Whether the text is currently expanded.

expanded#boolean

Whether the text is currently expanded.

toggle#function

Call to toggle the expanded state.