@refinio/one.ui
    Preparing search index...
    • Parameters

      • props: {
            children: ReactElement;
            createCertificate: (
                data: SHA256Hash,
                type: string,
                issuer: string,
            ) => Promise<void>;
            getCertificateMenuItem: (
                object: ObjectType | IdObjectType,
            ) => null | string[];
            getIssuerMenuItem: (object: ObjectType | IdObjectType) => null | string[];
            hash: SHA256Hash | SHA256IdHash;
        }
        • children: ReactElement
        • createCertificate: (data: SHA256Hash, type: string, issuer: string) => Promise<void>
        • getCertificateMenuItem: (object: ObjectType | IdObjectType) => null | string[]

          callback, expected return MUI MenuItem

        • getIssuerMenuItem: (object: ObjectType | IdObjectType) => null | string[]

          callback, expected return MUI MenuItem

        • hash: SHA256Hash | SHA256IdHash

      Returns ReactElement