@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
19 lines (18 loc) • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentLinkType = void 0;
/**
* DocumentLinkType class
* @description A document link type, to handle links from Office 365/MSOffice related apps. The handler opens the resource in app if on mobile, otherwise will use the fallback function
* @implements {LinkType}
*/
class DocumentLinkType {
/**
* Base constructor
*/
constructor() {
this.id = DocumentLinkType.id;
}
}
exports.DocumentLinkType = DocumentLinkType;
DocumentLinkType.id = "0d8fceb2-fdc9-4133-88be-0868a1f89601";