Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created March 26, 2024 14:37
Show Gist options
  • Save sitefinitySDK/fe6a4388e64534004cc478682cc1dd90 to your computer and use it in GitHub Desktop.
Save sitefinitySDK/fe6a4388e64534004cc478682cc1dd90 to your computer and use it in GitHub Desktop.
import { WidgetEntity } from '@progress/sitefinity-widget-designers-sdk';
@WidgetEntity('HelloWorld', 'Hello world')
export class HelloWorldEntity {
Content: string | null = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment