Member Junction
    Preparing search index...

    Component for previewing in the UI what a communication will look like when sent using a specific entity and parameters for running a view that drive a dataset against a given template

    Implements

    • OnInit
    Index

    Constructors

    Properties

    currentMessageIndex: number = 0
    entityInfo: EntityInfo | undefined
    loading: boolean = false
    previewMessages: ProcessedMessage[] = []
    runViewParams: RunViewParams | undefined
    selectedTemplate: MJTemplateEntityExtended | null = null
    step: number = 1
    templateFilter: string | undefined
    templates: MJTemplateEntityExtended[] = []
    templateSelected: EventEmitter<MJTemplateEntityExtended> = ...

    Methods

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns Promise<void>