oak-general-business/es/components/userRelation/upsert/web.pc.d.ts

21 lines
860 B
TypeScript

import { WebComponentProps } from 'oak-frontend-base';
import { EntityDict } from '../../../oak-app-domain';
import { QrCodeType } from '../../../types/Config';
export default function Render(props: WebComponentProps<EntityDict, 'relation', true, {
grantByUserEntityGrant: boolean;
grantByEmail: boolean;
grantByMobile: boolean;
grantMethodCount: number;
redirectToAfterConfirm: EntityDict['userEntityGrant']['Schema']['redirectTo'];
claimUrl: string;
entity: keyof EntityDict;
entityId: string;
relations: EntityDict['relation']['OpSchema'][];
qrCodeType?: QrCodeType;
rule: EntityDict['userEntityGrant']['OpSchema']['rule'];
ruleOnRow: EntityDict['userEntityGrant']['OpSchema']['ruleOnRow'];
passwordRequire: boolean;
allowUpdateName?: boolean;
allowUpdateNickname?: boolean;
}, {}>): JSX.Element;