arlas-wui-toolkit / Exports / ActionModalComponent
Class: ActionModalComponent
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ActionModalComponent(data
, dialogRef
, persistenceService
, configurationService
, errorService
)
Parameters
Name | Type |
---|---|
data |
ConfigAction |
dialogRef |
MatDialogRef <ActionModalComponent , any > |
persistenceService |
PersistenceService |
configurationService |
ArlasConfigService |
errorService |
ErrorService |
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:43
Properties
ConfigAction
• ConfigAction: typeof ConfigActionEnum
= ConfigActionEnum
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:40
action
• action: ConfigAction
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:38
errorMessage
• errorMessage: string
= ''
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:42
value
• value: string
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:39
Methods
closeShare
▸ closeShare(event
): void
Parameters
Name | Type |
---|---|
event |
[boolean , any ] |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:219
create
▸ create(name
): void
Parameters
Name | Type |
---|---|
name |
string |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:103
duplicate
▸ duplicate(newName
, config
): void
Parameters
Name | Type |
---|---|
newName |
string |
config |
Config |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:53
duplicateResources$
▸ duplicateResources$(arlasConfig
, newConfigName
, org
): Observable
<string
>
Parameters
Name | Type |
---|---|
arlasConfig |
any |
newConfigName |
string |
org |
string |
Returns
Observable
<string
>
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:115
raiseError
▸ raiseError(err
): void
Parameters
Name | Type |
---|---|
err |
any |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:226
rename
▸ rename(newName
, config
): void
Parameters
Name | Type |
---|---|
newName |
string |
config |
Config |
Returns
void
Defined in
projects/arlas-toolkit/src/lib/components/config-manager/action-modal/action-modal.component.ts:177