共用方式為


ResourceSetDescription interface

The resource set description.

Properties

elements

The elements included in the set.

exceptions

The elements that are not included in the set, in case elements contains '*' indicating 'all'.

Property Details

elements

The elements included in the set.

elements?: string[]

Property Value

string[]

exceptions

The elements that are not included in the set, in case elements contains '*' indicating 'all'.

exceptions?: string[]

Property Value

string[]