Member Junction
    Preparing search index...

    Implements

    • OnInit
    • OnChanges
    Index

    Constructors

    Properties

    artifact: MJArtifactEntity | null = null
    availablePermissions: string[] = []
    cancelled: EventEmitter<void> = ...
    canModifyPermissions: boolean = false
    currentUser: UserInfo
    isOpen: boolean = false
    newPermissions: ArtifactPermissionSet = ...
    permissions: PermissionDisplay[] = []
    saved: EventEmitter<void> = ...
    selectedUser: UserSearchResult | null = null

    Methods

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Parameters

      • changes: { [propName: string]: SimpleChange<any> }

        The changed properties.

      Returns Promise<void>