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