MenuItemRecord

Overview

MenuItemRecord represents a single menu item within a MenuFoundSet, allowing access to a record’s data and its parent foundset. This structure enables menu items to behave as records, facilitating component interactions that treat menu items as data entries. For more information on working with menu datasources, refer to MenuFoundSet.

Properties Summarized

TypeNameSummary

Returns parent foundset of the record.

Methods Summarized

TypeNameSummary

Returns the records datasource string (menu:name).

Properties Detailed

foundset

Returns parent foundset of the record.

Type JSFoundSet The parent foundset of the record.

Sample

var parent = record.foundset;

Methods Detailed

getDataSource()

Returns the records datasource string (menu:name).

Returns: String The datasource string of this record.

Sample

var ds = record.getDataSource();

Last updated