UNPKG

@elgato/streamdeck

Version:

The official Node.js SDK for creating Stream Deck plugins.

10 lines (9 loc) 320 B
/** * Configuration shared by action components that must not depend on the plugin settings module. */ export declare const actionConfig: { /** * Determines whether settings requests should use message identifiers and action settings cache behavior. */ useExperimentalMessageIdentifiers: boolean; };