@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
21 lines (20 loc) • 969 B
TypeScript
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
import { $LinksSearchCards, ILinksSearchCardsService } from '@docsvision/webclient/BackOffice/$LinksSearchCardsService';
export declare class LinksSearchCardsServiceStub implements $LinksSearchCards {
linksSearchCards: ILinksSearchCardsService;
get searchId(): string;
set searchId(id: string);
searchQueryId: string;
selectedCards: GenModels.CardPresentation[];
selectedLinkTypeId: string;
bindingInfo?: GenModels.SimpleBindingInfo;
addLinkTypes?: GenModels.CardNodeInfo[];
addFileKind?: GenModels.CardNodeInfo;
folderList?: GenModels.SelectFolderNode[];
onOkClick: () => void;
onCancelClick: () => void;
descriptionColumnViewMode: GenModels.LinksDescriptionColumnViewMode;
descriptionColumnMethodKey: string;
changeSearchId: SimpleEvent<void>;
}