Type Alias SpecialObjectFunctions

type SpecialObjectFunctions = {
    getCurrentSelectionObject(): Promise<CurrentSelections>;
    getUndoInfoObject(): Promise<UndoInfoObject>;
}
Index

Methods