src/lib/pg-components/tabs/tab.component.ts
OnDestroy
OnInit
host | { |
selector | mefdev-tab |
templateUrl | ./tab.component.html |
Properties |
Inputs |
Outputs |
Accessors |
constructor(MefDevTabSetComponent: MefDevTabSetComponent)
|
||||||
Parameters :
|
Disabled |
Type : boolean
|
Sets the disabled state of the tab.
|
pgClick |
Type : EventEmitter
|
Event emitted when the tab is clicked.
|
pgDeselect |
Type : EventEmitter
|
Event emitted when the tab is deselected.
|
pgSelect |
Type : EventEmitter
|
Event emitted when the tab is selected.
|
_content |
Type : TemplateRef<void>
|
Decorators :
@ViewChild(TemplateRef, {static: true})
|
Reference to the template for the tab content. |
_tabHeading |
Type : TemplateRef<void>
|
Decorators :
@ContentChild('TabHeading', {static: true})
|
Reference to the template for the tab heading. |
origin |
Type : number | null
|
Default value : null
|
position |
Type : number | null
|
Default value : null
|
Disabled | ||||||
getDisabled()
|
||||||
Gets the disabled state of the tab.
Returns :
boolean
|
||||||
setDisabled(value: boolean)
|
||||||
Sets the disabled state of the tab.
Parameters :
Returns :
void
|
content |
getcontent()
|
Gets the template for the tab content.
Returns :
TemplateRef | null
|