@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
14 lines (13 loc) • 543 B
TypeScript
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Guid";
import { LinkType } from "./LinkType";
/**
* 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
*/
export declare class DefaultLinkType implements LinkType {
static id: GuidValue;
id: GuidValue;
constructor();
}