@progress/sitefinity-widget-designers-sdk
Version:
This package aims to create a parity for widget designer generation similar to the [autogenerated widget designers](https://www.progress.com/documentation/sitefinity-cms/autogenerated-field-types) in Sitefinity. Due to some limitations in Typescript and J
16 lines (15 loc) • 368 B
TypeScript
export declare class LinkModel {
Href: string | null;
Sfref: string | null;
Id: string | null;
Text: string | null;
Target: string | null;
QueryParams: string | null;
Anchor: string | null;
Tooltip: string | null;
Type: string | null;
ClassList: string[] | null;
Attributes: {
[key: string]: string;
} | null;
}