orderInPage property

String? orderInPage
getter/setter pair

String (US-ASCII only) used to determine order of this cluster within the parent page's elements.

Page elements are sorted in lexicographic order of this field. Duplicated values are allowed, but ordering between elements with duplicate order is undefined. The value of this field is never visible to a user, it is used solely for the purpose of defining an ordering. Maximum length is 256 characters.

Implementation

core.String? orderInPage;