-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIO-9201: Fix DataTable in quick inline embed issues (#177)
* FIO-9201: Fix quick inline embed issues * FIO-9201: Add small fix * FIO-9201: Add new parameter into jsdocs
- Loading branch information
1 parent
cb8c2d7
commit 1bb549a
Showing
4 changed files
with
88 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { Formio } from 'sdk'; | ||
|
||
export type ResourceToDomOptions = { | ||
name: string; | ||
src: string | Array<string>; | ||
formio: typeof Formio; | ||
onload?: (ready: Promise<any>) => void; | ||
rootElement?: HTMLElement; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters