LogoPixi’VN
indexInterfaces

Interface: BaseHashtagCommandsOptions

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

Options for addBaseHashtagCommands.

Properties

assetAliasIds?

> optional assetAliasIds?: readonly string[]

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

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:533

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.

On this page