map.apps Bundle APIs 4.20.0
    Preparing search index...

    Type Alias ListMode

    ListMode: "show" | "hide" | "hide-children"

    An item's list mode.

    • "show": Show this item.
    • "hide": Do not show this item.
    • "hide-children": Show this item, but not its children.

    Note that an item may still be hidden, even if its list mode is "show" or "hide-children", if one of its parent uses listMode "hide" or "hide-children".