ScriptCallback

Definition

type ScriptCallback = (error?: string | Event) => void;

Usage

import { ScriptCallback } from 'uxp/components';

Last updated