Skip to main content
Version: Next

ResultsCardProps<T>

Type Parameters

Type Parameter
T

Properties

children()

children: (results) => ReactNode;

Parameters

ParameterType
resultsT

Returns

ReactNode


extraParams?

optional extraParams: GeoprocessingRequestParams;

Additional runtime parameters from report client for geoprocessing function.


functionName

functionName: string;

skeleton?

optional skeleton: ReactNode;

style?

optional style: object;

title?

optional title: ReactNode;

titleStyle?

optional titleStyle: CSSProperties;

useChildCard?

optional useChildCard: boolean;

Assumes caller will provide card in children to use results (e.g. ToolbarCard with DataDownload). Shows a simple card until loading complete