Member Junction
    Preparing search index...

    Implements

    • OnInit
    Index

    Constructors

    Properties

    AccountPermissions: MJFileStorageAccountPermissionEntity[] = []
    AccountsChanged: EventEmitter<void> = ...
    AccountToDelete: MJFileStorageAccountEntity | null = null
    ActiveTab: StorageAdminTab = 'accounts'
    Close: EventEmitter<void> = ...
    Credentials: MJCredentialEntity[] = []
    EditingAccount: MJFileStorageAccountEntity | null = null
    EditingAccountCredentialID: string = ''
    EditingAccountDescription: string = ''
    EditingAccountIncludeInGlobalSearch: boolean = false
    EditingAccountName: string = ''
    EditingAccountProviderID: string = ''
    EditingAccountSelectedRoleIDs: string[] = []
    IsDeleting: boolean = false
    IsEditingAccount: boolean = false
    IsLoading: boolean = false
    IsSaving: boolean = false
    Provider: IMetadataProvider | null = null
    Providers: MJFileStorageProviderEntity[] = []
    Roles: MJRoleEntity[] = []
    SearchTerm: string = ''
    Visible: boolean = false

    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 Promise<void>