References
material
summary | ||
public |
A material-ui Table with sorting and filtering. |
|
public |
Material-ui SelectField extended with an info field. |
|
public |
Material-ui TextField extended with an info field. |
|
public |
C Label Default styles:
|
|
public |
Default styles:
|
|
public |
AutoComplete search for person. |
util
summary | ||
public |
F shallowEqual(objA: *, objB: *): boolean |
util/sp
summary | ||
public |
F addExecuteQuery() Adds an executeQuery function to the SP ClientContext that calls the executeQueryAsync function and returns a promise. |
|
public |
F deleteItem(list: string, id: string): Promise<number> Deletes an item from a list. |
|
public |
F fetchViewer(): Promise<Object> Get the currently logged in user. |
|
public |
Fetches an item by id from list. |
|
public |
Fetches a list. |
|
public |
F getAvatarUrlByEmail(email: string): string |
|
public |
Save or update an item. |
|
public |
F searchPerson(searchText: string, options: Object): Promise<Object[]> Search for persons in SP using clientPeoplePickerSearchUser. |