Appearance
Documentation / @geoverse/react / VersionDiffProps
Interface: VersionDiffProps
Defined in: react/src/components/history.tsx:94
Properties
children?
ts
optional children?: (api) => ReactNode;Defined in: react/src/components/history.tsx:99
Parameters
api
diff
VersionDiff | null
error
Error | null
loading
boolean
Returns
ReactNode
featureId
ts
featureId: string | null | undefined;Defined in: react/src/components/history.tsx:96
from
ts
from: number | null | undefined;Defined in: react/src/components/history.tsx:97
session
ts
session: EditSession;Defined in: react/src/components/history.tsx:95
to
ts
to: number | null | undefined;Defined in: react/src/components/history.tsx:98
