UrlFormStateValue
@spartanfx/react / spfx / UrlFormStateValue
Type Alias: UrlFormStateValue
type UrlFormStateValue =
| {
Description: string;
Url: string;
}
| null;
Represents a hyperlink input value in SharePoint.
Contains both the display Description and the actual Url.