Skip to content

Getting Started Configure Web Part Properties

Bill Baer edited this page Apr 12, 2017 · 3 revisions

Configure Web Part Properties

export interface IJQueryUiWebPartProps {
  description: string;
  list: string;
  speed: number;
  resize: boolean;
  sort: boolean;
}
Clone this wiki locally