packages/eui/packages/components/eui-wizard/eui-wizard.component.ts
AfterContentInit
OnChanges
encapsulation | ViewEncapsulation.None |
providers |
EuiWizardService
|
selector | eui-wizard |
imports |
EUI_ICON
|
templateUrl | ./eui-wizard.component.html |
styleUrl | ./eui-wizard.scss |
Properties |
Methods |
Inputs |
Outputs |
activeStepIndex |
Type : number
|
e2eAttr |
Type : string
|
Default value : 'eui-wizard'
|
isCustomContent |
Type : boolean
|
Default value : false
|
isNavigationAllowed |
Type : boolean
|
Default value : true
|
isShowStepTitle |
Type : boolean
|
Default value : false
|
steps |
Type : Array<EuiWizardStep>
|
Default value : []
|
tabindex |
Type : number
|
Default value : 0
|
selectStep |
Type : EventEmitter<EuiWizardStep>
|
onKeyDown | ||||||
onKeyDown(event: KeyboardEvent)
|
||||||
Parameters :
Returns :
void
|
onSelectStep | |||||||||
onSelectStep(step: EuiWizardStep, index: number)
|
|||||||||
Parameters :
Returns :
void
|
canBeFocused |
Type : QueryList<ElementRef>
|
Decorators :
@ViewChildren('canBeFocused')
|
childrenSteps |
Type : QueryList<EuiWizardStepComponent>
|
Decorators :
@ContentChildren(EuiWizardStepComponent)
|
stepContentId |
Type : string
|
Default value : uniqueId()
|
stepIds |
Type : string
|