mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
deploy: d01382d36e
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>IdpRenderHandlerProps | Community Solid Server - v0.9.0</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.9.0">
|
||||
<title>IdpRenderHandlerProps | Community Solid Server - v1.0.0-beta.0</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v1.0.0-beta.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../assets/css/main.css">
|
||||
<script async src="../assets/js/search.js" id="search-script"></script>
|
||||
@@ -23,7 +23,7 @@
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Community Solid Server - v0.9.0</a>
|
||||
<a href="../index.html" class="title">Community Solid Server - v1.0.0-beta.0</a>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<div id="tsd-filter">
|
||||
@@ -52,7 +52,7 @@
|
||||
<div class="container">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li>
|
||||
<a href="../modules.html">Community Solid Server - v0.9.0</a>
|
||||
<a href="../modules.html">Community Solid Server - v1.0.0-beta.0</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../modules/identity_interaction_util_idprenderhandler.html">identity/interaction/util/IdpRenderHandler</a>
|
||||
@@ -83,7 +83,6 @@
|
||||
<section class="tsd-index-section ">
|
||||
<h3>Properties</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="identity_interaction_util_idprenderhandler.idprenderhandlerprops.html#details" class="tsd-kind-icon">details</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="identity_interaction_util_idprenderhandler.idprenderhandlerprops.html#errormessage" class="tsd-kind-icon">error<wbr>Message</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="identity_interaction_util_idprenderhandler.idprenderhandlerprops.html#prefilled" class="tsd-kind-icon">prefilled</a></li>
|
||||
</ul>
|
||||
@@ -93,41 +92,23 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group ">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<a name="details" class="tsd-anchor"></a>
|
||||
<h3>details</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">details<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>uid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/identity/interaction/util/IdpRenderHandler.ts#L4">src/identity/interaction/util/IdpRenderHandler.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-type-declaration">
|
||||
<h4>Type declaration</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li class="tsd-parameter">
|
||||
<h5>uid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<a name="errormessage" class="tsd-anchor"></a>
|
||||
<h3>error<wbr>Message</h3>
|
||||
<h3><span class="tsd-flag ts-flagOptional">Optional</span> error<wbr>Message</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">error<wbr>Message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/identity/interaction/util/IdpRenderHandler.ts#L7">src/identity/interaction/util/IdpRenderHandler.ts:7</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/identity/interaction/util/IdpRenderHandler.ts#L4">src/identity/interaction/util/IdpRenderHandler.ts:4</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<a name="prefilled" class="tsd-anchor"></a>
|
||||
<h3>prefilled</h3>
|
||||
<h3><span class="tsd-flag ts-flagOptional">Optional</span> prefilled</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">prefilled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/identity/interaction/util/IdpRenderHandler.ts#L8">src/identity/interaction/util/IdpRenderHandler.ts:8</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/identity/interaction/util/IdpRenderHandler.ts#L5">src/identity/interaction/util/IdpRenderHandler.ts:5</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@@ -137,7 +118,7 @@
|
||||
<nav class="tsd-navigation primary">
|
||||
<ul>
|
||||
<li class=" ">
|
||||
<a href="../modules.html">Exports</a>
|
||||
<a href="../modules.html">Modules</a>
|
||||
</li>
|
||||
<li class="current tsd-kind-module">
|
||||
<a href="../modules/identity_interaction_util_idprenderhandler.html">identity/interaction/util/<wbr>Idp<wbr>Render<wbr>Handler</a>
|
||||
@@ -154,9 +135,6 @@
|
||||
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="identity_interaction_util_idprenderhandler.idprenderhandlerprops.html" class="tsd-kind-icon">Idp<wbr>Render<wbr>Handler<wbr>Props</a>
|
||||
<ul>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="identity_interaction_util_idprenderhandler.idprenderhandlerprops.html#details" class="tsd-kind-icon">details</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="identity_interaction_util_idprenderhandler.idprenderhandlerprops.html#errormessage" class="tsd-kind-icon">error<wbr>Message</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user