Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    _initialSelected: BaseEntity<unknown>[] = []
    _initialUnselected: BaseEntity<unknown>[] = []
    AvailableRecords: BaseEntity<unknown>[] = []

    The list of records that are available

    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 = 'Select Records'
    DialogWidth: string = '700px'
    DisplayField: string = ''

    The field name within the entity to show in the list items

    DisplayIconField: string = ''

    The field name within the entity that has a CSS class representing an icon that should be displayed in the list items

    EntityName: string = ''

    The name of the entity to show records for.

    RecordSelected: EventEmitter<BaseEntity<unknown>[]> = ...
    RecordUnselected: EventEmitter<BaseEntity<unknown>[]> = ...
    SelectedRecords: BaseEntity<unknown>[] = []

    The list of records that are selected

    UnselectedRecords: BaseEntity<unknown>[] = []

    The list of records that are not selected

    Accessors

    Methods