bringapp
    Preparing search index...

    Type Alias DynamicEntityPropsRenderProps<T, P>

    type DynamicEntityPropsRenderProps<T = object, P = object> = {
        entityProps: DynamicEntityProps<T>;
        params?: GetDynamicEntityPropsParams<P>;
    }

    Type Parameters

    • T = object
    • P = object
    Index

    Properties

    Properties

    entityProps: DynamicEntityProps<T>
    params?: GetDynamicEntityPropsParams<P>