TourStep Type documentation¶
| Options for each tour step. | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
Types Documentation¶
| Common options for tour step and as default for tour step | |||||
|---|---|---|---|---|---|
|
Property A function that returns a promise. When the promise resolves, the next step will be shown. This can be used to 'clean up' action from beforeShowPromise . |
|---|
Property A function that returns a promise. When the promise resolves, the step will be shown. E.g. use this to open dialogs, etc. |
|---|
Property Whether Scroll the element into view. |
|---|
Property Custom handler to perform scrolling. |
|---|
| Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality. |
|---|
Translatable import imported from @siemens/element-translate-ng |
|---|
| The position of the modal dialog with respect to the highlighted element. Deprecated: this has no effect, position is automatic |
|---|
Except where otherwise noted, content on this site is licensed under MIT License.