viteInterfaces
Interface: InkHashtagCommandInfo
Defined in: src/parser/types.ts:63
Serializable representation of a registered HashtagCommands handler, as exposed by the pixi-vn-ink Vite dev-server API.
See
https://pixi-vn.web.app/ink#vite-plugin
Properties
description?
> optional description?: string
Defined in: src/parser/types.ts:71
Human-readable description of what the handler does.
name
> name: string
Defined in: src/parser/types.ts:67
Unique name that identifies the handler.
validation
> validation: InkValidationInfo
Defined in: src/parser/types.ts:75
Serializable form of the validation rule.