Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InclusiveFilters

If no internal fields are set, no data will be returned.

Example:

{
    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

Identifier

Hierarchy

  • InclusiveFilters

Index

Properties

Properties

templateIds

templateIds: Identifier[]

A collection of templates. SHOULD NOT contain duplicates.

Generated using TypeDoc