Variable groupConst

group: "group" = 'group'

Defines a nav group, which is used as a nav parent but cannot actually be navigated to.

import {group} from 'device-navigation';

const myTemplate = html`
<div ${nav(group)}></div>
`;