IUXPFunctions
Definition
export interface IUXPFunctions {
addWidget: (id: string, name: string) => void;
}Usage
import { IUXPFunctions } from 'uxp/components';Last updated
export interface IUXPFunctions {
addWidget: (id: string, name: string) => void;
}import { IUXPFunctions } from 'uxp/components';Last updated