viteInterfaces
Interface: InkHashtagCommandInfo
Defined in: src/vite/info-types.ts:53
Serializable representation of a registered HashtagCommands handler, as exposed by the pixi-vn-ink Vite dev-server API.
Instances of this type are returned by
GET /__pixi-vn-ink/hashtag-commands
and accepted by
POST /__pixi-vn-ink/hashtag-commands.
See
https://pixi-vn.web.app/ink#vite-plugin
Properties
description?
> optional description?: string
Defined in: src/vite/info-types.ts:63
Human-readable description of what the handler does. Matches HashtagHandlerOptions.description.
name
> name: string
Defined in: src/vite/info-types.ts:58
Unique name that identifies the handler. Matches HashtagHandlerOptions.name.
validation
> validation: InkValidationInfo
Defined in: src/vite/info-types.ts:67
Serializable form of HashtagHandlerOptions.validation.