NoteState
Adaptable State Section for Note Module
TypeScript
export interface NoteState extendsExtends
Properties
| Property | Description |
|---|---|
| Notes | Collection of AdapTable Notes |
Property Details
Notes
Collection of AdapTable Notes
TypeScript
Notes?: AdaptableNotes;