Type alias PropertyLayout

PropertyLayout: {
    defaultValue: any;
    name: string;
    options?: Partial<IPropertyInfo>;
    type?: string;
}[]

Type declaration

  • defaultValue: any
  • name: string
  • Optional options?: Partial<IPropertyInfo>
  • Optional type?: string