Skip to main content

Interface: AttributeDescriptionSearchInput

Defined in: type/AttributeDescriptionSearchInput.ts:7

Input object for AttributeDescriptionSearchInput

Properties

classes?

optional classes?: AttributeDescriptionClass[]

Defined in: type/AttributeDescriptionSearchInput.ts:13

List of attribute classes to search for


groups?

optional groups?: string[]

Defined in: type/AttributeDescriptionSearchInput.ts:17

List of group names to search for


ids?

optional ids?: string[]

Defined in: type/AttributeDescriptionSearchInput.ts:9

List of attribute ids to search for


isHidden?

optional isHidden?: boolean

Defined in: type/AttributeDescriptionSearchInput.ts:23

Search for the attribute if it is hidden


isPublic?

optional isPublic?: boolean

Defined in: type/AttributeDescriptionSearchInput.ts:21

Search for the attribute if it is public


isSearchable?

optional isSearchable?: boolean

Defined in: type/AttributeDescriptionSearchInput.ts:19

Search for the attribute if it is searchable


isSystem?

optional isSystem?: boolean

Defined in: type/AttributeDescriptionSearchInput.ts:25

Search for the attribute if it is a system attribute


names?

optional names?: string[]

Defined in: type/AttributeDescriptionSearchInput.ts:11

List of attribute names to search for


offset?

optional offset?: number

Defined in: type/AttributeDescriptionSearchInput.ts:27

Pagination offset number


page?

optional page?: number

Defined in: type/AttributeDescriptionSearchInput.ts:29

Pagination page number


sortInputs?

optional sortInputs?: AttributeDescriptionSortInput[]

Defined in: type/AttributeDescriptionSearchInput.ts:31

List of sorting options


types?

optional types?: AttributeType[]

Defined in: type/AttributeDescriptionSearchInput.ts:15

List of attribute types to search for