To initialize the Tight Embedded experience in your React project, follow the instructions on Embedding Tight’s white-labeled UI.Below is an example embedding of the Mileage Dashboard:
The set of filters to apply to the dashboard.Passing in a value for this prop turns this into a controlled component.
As such, you must also pass the onChangeFilters prop to adjust the filters for user input.
List of values to include.Available options: RECONCILIATION_DISCREPANCY, USER_REVIEW_REQUIRED, ACCOUNTANT_REVIEW_REQUIRED,
PARTNER_REVIEW_REQUIRED, RECONCILIATION_STAGED, RECONCILED
List of values to exclude.Available options: RECONCILIATION_DISCREPANCY,
USER_REVIEW_REQUIRED,
ACCOUNTANT_REVIEW_REQUIRED,
PARTNER_REVIEW_REQUIRED,
RECONCILIATION_STAGED,
RECONCILED
A function that is called whenever the user changes the filters from the dashboard.
This function will only be invoked if the filters prop is also provided. The callback takes filters as its single
argument.