LogoPixi’VN
indexInterfaces

Interface: BaseHashtagCommandsOptions

Defined in: src/handlers/hashtag-commands.ts:562

Options for addBaseHashtagCommands.

Properties

assetAliasIds?

> optional assetAliasIds?: readonly string[]

Defined in: src/handlers/hashtag-commands.ts:575

Known asset aliases — e.g. assetAliasIds from the same generated file. When provided, # load assets <alias...> / # lazyload assets <alias...> do a runtime membership check instead of accepting any string.


bundleIds?

> optional bundleIds?: readonly string[]

Defined in: src/handlers/hashtag-commands.ts:569

Known asset bundle names — e.g. bundleIds from the file generated by vitePluginPixivn's assetsManifest option. When provided, # load bundle <alias...> / # lazyload bundle <alias...> do a runtime membership check instead of accepting any string.


sections?

> optional sections?: BaseHashtagCommandsSections

Defined in: src/handlers/hashtag-commands.ts:581

Which of the four built-in groups to actually register — see BaseHashtagCommandsSections. Any section left unset (or sections itself left unset) defaults to true.

On this page