projects/m2-core/src/lib/shared/ui-components/buttons-panel/SdiButton.ts
Properties |
|
Methods |
|
Accessors |
constructor(title: string, classes: string, command: (params: any[]) => void, isDisabledFn?: (params?: any[]) => void, faClass?: string, requiredFileMimeTypes?: string, dropdownTemplate?: TemplateRef
|
|||||||||||||||||||||||||||||||||||||||
|
Parameters :
|
| Public actionType |
Type : ButtonActionType | string
|
Default value : ButtonActionType.NOT_SET
|
| Public classes |
Type : string
|
| Public command |
Type : function
|
| Public Optional count |
Type : number
|
| Public Optional dropdownTemplate |
Type : TemplateRef<any>
|
| Public faClass |
Type : string
|
| Public Optional fromPlugin |
Type : boolean
|
| Public hint |
Type : string
|
Default value : ''
|
| Public Optional isActive |
Type : boolean
|
| Public Optional isAlreadyShown |
Type : boolean
|
| Public isDisabledFn |
Type : function
|
Default value : (() => false)
|
| Public Optional isFirstVisible |
Type : boolean
|
| Public Optional isHidden |
Type : boolean
|
| Public Optional isHiddenFn |
Type : function
|
| Public Optional isRawFileRequired |
Type : boolean
|
| Public Optional multipleSubjects |
Type : boolean
|
| Public Optional onF1KeyDown |
Type : function
|
| Public Optional requiredFileMimeTypes |
Type : string
|
| Public title |
Type : string
|
| Public executeCommand | ||||||
executeCommand(...params: any[])
|
||||||
|
Parameters :
Returns :
void
|
| Public validateIsHidden |
validateIsHidden()
|
|
Returns :
void
|
| notDisplayed |
getnotDisplayed()
|