Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    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

    DialogHeight: string = '450px'
    DialogTitle: string = 'Find Record'
    DialogWidth: string = '700px'
    DisplayFields: EntityFieldInfo[] = []

    Optional, list of fields to be displayed in the grid of search results, if not specified, the default fields will be displayed

    EntityName: string = ''

    The name of the entity to show records for.

    OnRecordSelected: EventEmitter<BaseEntity<unknown>> = ...

    When a record is selected, this event is emitted with the selected record

    SelectedRecord: BaseEntity<unknown> | null = null

    Optional, set this to the currently selected record to start the dialog with that record selected, if desired. This property will be updated as the user selects records in the dialog.

    Accessors

    Methods