UNPKG

streamdeck-typescript

Version:

This library will help you build elgato stream deck plugins in typescript

10 lines (8 loc) 240 B
import { AcdData } from '../../acd-data'; /** * Data send from the propertyInspectorDidAppear event * @category Event Data */ export interface PropertyInspectorDidAppearEvent extends AcdData { event: 'propertyInspectorDidAppear'; }