Ir al contenido

Palette

const Palette: DefineComponent<ExtractPropTypes<{ className: { default: null; type: StringConstructor; }; linkTemplate: { default: null; type: () => Panel | null; }; nodeTemplate: { default: null; type: () => Panel | null; }; style: { default: null; type: () => Record<string, string> | null; }; templates: { default: () => never[]; type: () => Template[]; }; }>, () => VNode<RendererNode, RendererElement, {[key: string]: any; }>, { }, { }, { }, ComponentOptionsMixin, ComponentOptionsMixin, { }, string, PublicProps, ToResolvedProps<ExtractPropTypes<{ className: { default: null; type: StringConstructor; }; linkTemplate: { default: null; type: () => Panel | null; }; nodeTemplate: { default: null; type: () => Panel | null; }; style: { default: null; type: () => Record<string, string> | null; }; templates: { default: () => never[]; type: () => Template[]; }; }>, { }>, { className: string; linkTemplate: Panel | null; nodeTemplate: Panel | null; style: Record<string, string> | null; templates: Template[]; }, { }, { }, { }, string, ComponentProvideOptions, true, { }, any>

Defined in: vue/index.ts:138

A Vue component that renders a palette of draggable templates.