JumpList.display_standalone#
- property JumpList.display_standalone[source]#
If True (default), the element will be displayed as usual on its own. If False, the element will not be displayed unless you incorporate its
Element.web_widget
in some other way.Notes
An element with
display_standalone = False
will still be validated.See also
Similar to
Element.should_be_shown
. The main difference is that an element withdisplay_standalone = False
will still be validated, while an element withshould_be_shown = False
will never be validated.- Type