Options
All
  • Public
  • Public/Protected
  • All
Menu

A structure representing a model object filter.

The result set is an intersection of object sets where modelObjectIds, selected and parameter filters apply.

Hierarchy

  • ObjectSelector

Index

Properties

modelObjectIds?: ModelObjectIds[]

Objects to be included into the selection. Leaving this property undefined implies that all objects are included.

deprecated

Use getObjectProperties API instead. If specified, the options for output data.

parameter?: EntityParameter

If specified, filters model objects by their parameters. Otherwise this filter is ignored.

selected?: boolean

If set to true, only objects currently in selected state are included. Otherwise this filter is ignored.