Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Filters

Example:

{
    inclusive: {
        templateIds: [
            {
                packageId: 'some-package-id',
                moduleName: 'SomeModule',
                entityName: 'SomeTemplate'
            }
        ]
    }
}

To express values in a more concise way, you can have a look at the ValueHelpers.

see

InclusiveFilters

see

Identifier

Hierarchy

  • Filters

Index

Properties

Properties

Optional inclusive

inclusive: InclusiveFilters

If not set, no filters will be applied.

Generated using TypeDoc