Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > IPrefixMatch

IPrefixMatch interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Object containing both the matched item and the start index of the remainder of the query.

Signature:

export interface IPrefixMatch<TItem> 

Properties

PropertyModifiersTypeDescription
indexnumber(BETA)
valueTItem(BETA)