@empathyco/x-components
Version:
Empathy X Components
34 lines (28 loc) • 1.31 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [BaseHeaderTogglePanel](./x-components.baseheadertogglepanel.md)
## BaseHeaderTogglePanel variable
Toggle panel which uses the base toggle panel, adds a header and manage the open / close state of the panel.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{
animation: {
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
default: () => import("vue").DefineComponent<{}, {}, any>;
};
startCollapsed: BooleanConstructor;
headerClass: StringConstructor;
}, {
open: import("vue").Ref<boolean>;
toggleOpen: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
animation: {
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
default: () => import("vue").DefineComponent<{}, {}, any>;
};
startCollapsed: BooleanConstructor;
headerClass: StringConstructor;
}>>, {
animation: string | Function | Record<string, any>;
startCollapsed: boolean;
}, {}>
```