bp-sdk-stepper-group-button
Custom element hooks
Name | Description |
---|
bp-sdk-external-stepper-group-button | disable html |
Classes
Name | Description |
---|
bp-sdk-stepper-group-button__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|
answer | -- | Answer representing the previous or next step in stepper group | IAnswer | undefined |
buttonDisabled | button-disabled | Controls disabled state of button | boolean | false |
direction | direction | Direction that the button is pointing to in the stepper group | "backward" \| "forward" | undefined |
handleStepperButtonClick | -- | Function that handles the navigation of steps. Call this function on button click. | (answer: IAnswer, direction: "backward" \| "forward") => void | undefined |
Dependencies
Used by
Graph
graph TD;
bp-sdk-stepper-group-container --> bp-sdk-stepper-group-button
style bp-sdk-stepper-group-button fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS