Home > @uniformdev/canvas-next > UniformGetStaticProps
UniformGetStaticProps type
Signature:
type UniformGetStaticProps<P extends {
[key: string]: any;
} = {
[key: string]: any;
}, Q extends ParsedUrlQuery = ParsedUrlQuery, D extends UniformPreviewData = UniformPreviewData> = (context: GetStaticPropsContext<Q, D>, composition: RootComponentInstance | undefined) => Promise<GetStaticPropsResult<P>> | GetStaticPropsResult<P>;
References: UniformPreviewData, RootComponentInstance