Closed pstadler1990 closed 3 years ago
The IStepOption interface seems to exclude the enableBackdrop property, however it seems that this property is an attribute of a single step, right? It's also listed on the website.
IStepOption
enableBackdrop
It's only implemented for ngx-tour-md-menu -> https://github.com/isaacplmann/ngx-tour/blob/master/projects/ngx-tour-md-menu/src/lib/step-option.interface.ts#L4
ngx-tour-md-menu
The
IStepOption
interface seems to exclude theenableBackdrop
property, however it seems that this property is an attribute of a single step, right? It's also listed on the website.