Member Junction
    Preparing search index...

    Implements

    • OnInit
    Index

    Constructors

    Properties

    EditingRowId: string | null = null
    FilteredGrantees: GranteeOption[] = []
    FormCanDelete: boolean = false
    FormCanEdit: boolean = false
    FormCanRun: boolean = false
    FormCanView: boolean = false
    FormComments: string = ''
    FormGranteeId: string | null = null
    FormGrantType: "user" | "role" = 'user'
    IsFormOpen: boolean = false
    IsLoading: boolean = true
    IsSaving: boolean = false
    OwnerName: string | null = null
    PermissionsChanged: EventEmitter<void> = ...

    Emitted after a permission is saved or deleted

    Rows: SkillPermissionRow[] = []
    SearchQuery: string = ''

    Accessors

    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 void