chore(UIShell): update JSDoc

This commit is contained in:
josefaidt 2020-10-01 15:20:49 -05:00
commit d65d9d406c
8 changed files with 14 additions and 21 deletions

View file

@ -37,8 +37,8 @@
export let platformName = undefined; export let platformName = undefined;
/** /**
* Obtain a reference to the HTML button element * Obtain a reference to the HTML anchor element
* @type {null | HTMLButtonElement} [ref=null] * @type {null | HTMLAnchorElement} [ref=null]
*/ */
export let ref = null; export let ref = null;

View file

@ -18,8 +18,8 @@
export let icon = undefined; export let icon = undefined;
/** /**
* Obtain a reference to the HTML button element * Obtain a reference to the HTML anchor element
* @type {null | HTMLButtonElement} [ref=null] * @type {null | HTMLAnchorElement} [ref=null]
*/ */
export let ref = null; export let ref = null;

View file

@ -12,8 +12,8 @@
export let text = undefined; export let text = undefined;
/** /**
* Obtain a reference to the HTML button element * Obtain a reference to the HTML anchor element
* @type {null | HTMLButtonElement} [ref=null] * @type {null | HTMLAnchorElement} [ref=null]
*/ */
export let ref = null; export let ref = null;
</script> </script>

View file

@ -18,8 +18,8 @@
export let text = undefined; export let text = undefined;
/** /**
* Obtain a reference to the HTML button element * Obtain a reference to the HTML anchor element
* @type {null | HTMLButtonElement} [ref=null] * @type {null | HTMLAnchorElement} [ref=null]
*/ */
export let ref = null; export let ref = null;

View file

@ -6,8 +6,8 @@
export let href = undefined; export let href = undefined;
/** /**
* Obtain a reference to the HTML button element * Obtain a reference to the HTML anchor element
* @type {null | HTMLButtonElement} [ref=null] * @type {null | HTMLAnchorElement} [ref=null]
*/ */
export let ref = null; export let ref = null;
</script> </script>

View file

@ -16,12 +16,6 @@
* @type {boolean} [isOpen=false] * @type {boolean} [isOpen=false]
*/ */
export let isOpen = false; export let isOpen = false;
/**
* Obtain a reference to the HTML button element
* @type {null | HTMLButtonElement} [ref=null]
*/
export let ref = null;
</script> </script>
{#if fixed} {#if fixed}
@ -34,7 +28,6 @@
></div> ></div>
{/if} {/if}
<nav <nav
bind:this="{ref}"
aria-label="{ariaLabel}" aria-label="{ariaLabel}"
class:bx--side-nav__navigation="{true}" class:bx--side-nav__navigation="{true}"
class:bx--side-nav="{true}" class:bx--side-nav="{true}"

View file

@ -24,8 +24,8 @@
export let icon = undefined; export let icon = undefined;
/** /**
* Obtain a reference to the HTML button element * Obtain a reference to the HTML anchor element
* @type {null | HTMLButtonElement} [ref=null] * @type {null | HTMLAnchorElement} [ref=null]
*/ */
export let ref = null; export let ref = null;

View file

@ -18,8 +18,8 @@
export let text = undefined; export let text = undefined;
/** /**
* Obtain a reference to the HTML button element * Obtain a reference to the HTML anchor element
* @type {null | HTMLButtonElement} [ref=null] * @type {null | HTMLAnchorElement} [ref=null]
*/ */
export let ref = null; export let ref = null;
</script> </script>