Skip to content

ServerBotsSettings

A Vue component.

File: src/components/settings/ServerBotsSettings.vue

Overview

Props

NameTypeDefaultRequiredDescription
serverIdstringundefinedNo description

Props Details

serverId

No description available.

  • Type: string
  • Required: Yes
  • Default: undefined

Events

This component emits no events.

Slots

This component has no slots.

Methods

This component exposes no public methods.

Usage Example

vue
<template>
  <ServerBotsSettings
    :serverId=""example"" />
</template>

<script setup lang="ts">
// No event handlers needed
</script>

File Location

src/components/settings/ServerBotsSettings.vue


This documentation was automatically generated from the component source code.

Released under the AGPL-3.0 License.