@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
17 lines (16 loc) • 586 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultLinkType = void 0;
/**
* A DefaultLinkType class
* @description This type class specifies the normal behaviour when opening the link, either by open the url or calling fallback function
* @implements {LinkType}
* @see {LinkHandlerRegistrationManager} class for handler implementation details
*/
class DefaultLinkType {
constructor() {
this.id = DefaultLinkType.id;
}
}
exports.DefaultLinkType = DefaultLinkType;
DefaultLinkType.id = "72da0174-ad58-47da-90e7-ca03e3ecb651";