# Interface: InkHashtagCommandInfo (/jsdoc/pixi-vn-ink/vite/interfaces/InkHashtagCommandInfo)



Defined in: [src/parser/types.ts:63](https://github.com/DRincs-Productions/pixi-vn-ink/blob/cf876d4db655e65b32a20a362a828ecba73f4786/src/parser/types.ts#L63)

Serializable representation of a registered HashtagCommands handler,
as exposed by the pixi-vn-ink Vite dev-server API.

See [#see]

[https://pixi-vn.web.app/ink#vite-plugin](https://pixi-vn.web.app/ink#vite-plugin)

Properties [#properties]

description? [#description]

\> `optional` &#x2A;*description?**: `string`

Defined in: [src/parser/types.ts:71](https://github.com/DRincs-Productions/pixi-vn-ink/blob/cf876d4db655e65b32a20a362a828ecba73f4786/src/parser/types.ts#L71)

Human-readable description of what the handler does.

***

name [#name]

\> **name**: `string`

Defined in: [src/parser/types.ts:67](https://github.com/DRincs-Productions/pixi-vn-ink/blob/cf876d4db655e65b32a20a362a828ecba73f4786/src/parser/types.ts#L67)

Unique name that identifies the handler.

***

validation [#validation]

\> **validation**: `InkValidationInfo`

Defined in: [src/parser/types.ts:75](https://github.com/DRincs-Productions/pixi-vn-ink/blob/cf876d4db655e65b32a20a362a828ecba73f4786/src/parser/types.ts#L75)

Serializable form of the validation rule.
