eligius
    Preparing search index...

    Class LabelController

    This controller attaches to the given selected element and renders the text associated with the given label id in it.

    The controller also listen for the LANGUAGE_CHANGE event and re-renders the text with the new language after such an event.

    Implements

    Index

    Constructors

    Properties

    currentLanguage: string | null = null
    labelData: Record<string, string> = {}
    listeners: TEventbusRemover[] = []
    name: string = 'LabelController'
    operationData: ILabelControllerMetadata | null = null
    requestLabelDataBound?: (labelId: string) => void

    Methods