aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/mozsocial/isvisible/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/mozsocial/isvisible/index.html')
-rw-r--r--files/es/web/api/mozsocial/isvisible/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/es/web/api/mozsocial/isvisible/index.html b/files/es/web/api/mozsocial/isvisible/index.html
new file mode 100644
index 0000000000..7bc90e47da
--- /dev/null
+++ b/files/es/web/api/mozsocial/isvisible/index.html
@@ -0,0 +1,22 @@
+---
+title: MozSocial.isVisible
+slug: Web/API/MozSocial/isVisible
+tags:
+ - Social
+translation_of: Archive/Social_API/MozSocial/isVisible
+---
+<p>{{non-standard_header()}}</p>
+<p>{{fx_minversion_header("17.0")}}</p>
+<p>{{ ApiRef() }}</p>
+<h2 id="Summary" name="Summary">Resumen</h2>
+<p>Indica si la barra lateral del contenido del proveedor de social media está o no visible actualmente.</p>
+<h2 id="Syntax" name="Syntax">Sintaxis</h2>
+<pre class="eval">var <em>visible</em> = navigator.MozSocial.isVisible
+</pre>
+<p>Al retornar, <code>visible</code> es <code>true</code> si la barra lateral es visible actualmente; de otro modo es <code>false</code>.</p>
+<h2 id="Especificación">Especificación</h2>
+<p>No es parte de ninguna especificación.</p>
+<h2 id="Ver_también">Ver también</h2>
+<ul>
+ <li><a href="/en-US/docs/Social_API" title="/en-US/docs/Social_API">Social API</a></li>
+</ul>