shapes | any |
shapeSubject | any |
data | any |
languageMode | "tabs" | "individual" |
facetSearchData | any |
subject | any |
prefixes | Record<string, string> |
targetClass | NamedNode |
contentLanguages | Record<string, Record<string, string>> |
interfaceLanguages | Record<string, Record<string, string>> |
cacheId | string |
showExtraneousPredicates | boolean |
activeContentLanguage | string |
fallback | ReactNode |
enableActionPicker | true |
enableSubjectEditor | true |
parentSubjects | Term[] |
activeTabbedGroupIris | NamedNode[] |
dereferenceCommentsAsDescriptions | boolean |
store | Store<Quad, Quad, Quad, Quad> |
subjectEditLocalNameOnly | boolean |
context | Record<string, string> |
onSubmit | (data: { dataset: DatasetCore; prefixes: Record<string, string>; dataPointer: Grapoi; json: object; context: MainContext; }) => void |
fetch | { (input: URL | RequestInfo, init?: RequestInit): Promise<Response>; (input: string | URL | Request, init?: RequestInit): Promise<...>; } |
mode | "edit" | "facet" | "view" |