link property

List<String>? link
getter/setter pair

Ordered list of pages a user should be able to reach from this page.

The list can't include this page. It is recommended that the basic pages are created first, before adding the links between pages. The API doesn't verify that the pages exist or the pages are reachable.

Implementation

core.List<core.String>? link;