Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    _initialSelected: BaseEntity<unknown>[] = []
    _initialUnselected: BaseEntity<unknown>[] = []
    DialogClosed: EventEmitter<boolean> = ...

    Emits when the dialog is closed, the parameter is true if the dialog was closed with the OK button, false if it was closed with the Cancel button

    entityInfo: EntityInfo | undefined
    Height: number = 600
    MinHeight: number = 350
    MinWidth: number = 400
    RecordSelected: EventEmitter<BaseEntity<unknown>[]> = ...
    RecordUnselected: EventEmitter<BaseEntity<unknown>[]> = ...
    Resizable: boolean = true
    runViewParams: RunViewParams | undefined
    Title: string = 'Communications Preview'
    ToolbarSettings: { position: string; tools: string[] } = ...

    Configurable settings for the toolbar

    Width: number = 650

    Accessors

    Methods