Share via


MessagingExtensionQueryOptions interface

Represents query options for a messaging extension.

Properties

count

The number of items to retrieve.

skip

The number of items to skip.

Property Details

count

The number of items to retrieve.

count?: number

Property Value

number

skip

The number of items to skip.

skip?: number

Property Value

number