Skip to content
TREB Docs

ExternalEditorCallback

ExternalEditorCallback type

Declaration
declare type ExternalEditorCallback = (selection?: string) => DependencyList | undefined;
declare type ExternalEditorCallback = (selection?: string) => DependencyList | undefined;
Referenced by
ExternalEditorConfig