Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @schlechtenburg/paragraph

Index

Interfaces

Properties

Variables

Functions

Properties

default: { edit: DefineComponent<{ blockId: { required: true; type: StringConstructor }; data: { default: () => IParagraphData; type: PropType<IParagraphData> }; onActivateNext: { default: () => void; type: PropType<() => void> }; onActivatePrevious: { default: () => void; type: PropType<() => void> }; onAppendBlock: { default: () => void; type: PropType<(block?: any) => void> }; onRemoveSelf: { default: () => void; type: PropType<() => void> }; onUpdate: { default: () => void; type: PropType<(block?: Partial<IParagraphData>) => void> } }, () => Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, Readonly<ExtractPropTypes<{ blockId: { required: true; type: StringConstructor }; data: { default: () => IParagraphData; type: PropType<IParagraphData> }; onActivateNext: { default: () => void; type: PropType<() => void> }; onActivatePrevious: { default: () => void; type: PropType<() => void> }; onAppendBlock: { default: () => void; type: PropType<(block?: any) => void> }; onRemoveSelf: { default: () => void; type: PropType<() => void> }; onUpdate: { default: () => void; type: PropType<(block?: Partial<IParagraphData>) => void> } }>>, { data: IParagraphData; onActivateNext: () => void; onActivatePrevious: () => void; onAppendBlock: (block?: any) => void; onRemoveSelf: () => void; onUpdate: (block?: Partial<IParagraphData>) => void }>; getDefaultData: () => IParagraphData; name: string; view: DefineComponent<{ data: { default: () => IParagraphData; type: PropType<IParagraphData> } }, () => Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, Readonly<ExtractPropTypes<{ data: { default: () => IParagraphData; type: PropType<IParagraphData> } }>>, { data: IParagraphData }> }

Type declaration

  • edit: DefineComponent<{ blockId: { required: true; type: StringConstructor }; data: { default: () => IParagraphData; type: PropType<IParagraphData> }; onActivateNext: { default: () => void; type: PropType<() => void> }; onActivatePrevious: { default: () => void; type: PropType<() => void> }; onAppendBlock: { default: () => void; type: PropType<(block?: any) => void> }; onRemoveSelf: { default: () => void; type: PropType<() => void> }; onUpdate: { default: () => void; type: PropType<(block?: Partial<IParagraphData>) => void> } }, () => Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, Readonly<ExtractPropTypes<{ blockId: { required: true; type: StringConstructor }; data: { default: () => IParagraphData; type: PropType<IParagraphData> }; onActivateNext: { default: () => void; type: PropType<() => void> }; onActivatePrevious: { default: () => void; type: PropType<() => void> }; onAppendBlock: { default: () => void; type: PropType<(block?: any) => void> }; onRemoveSelf: { default: () => void; type: PropType<() => void> }; onUpdate: { default: () => void; type: PropType<(block?: Partial<IParagraphData>) => void> } }>>, { data: IParagraphData; onActivateNext: () => void; onActivatePrevious: () => void; onAppendBlock: (block?: any) => void; onRemoveSelf: () => void; onUpdate: (block?: Partial<IParagraphData>) => void }>
  • getDefaultData: () => IParagraphData
  • name: string
  • view: DefineComponent<{ data: { default: () => IParagraphData; type: PropType<IParagraphData> } }, () => Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, Readonly<ExtractPropTypes<{ data: { default: () => IParagraphData; type: PropType<IParagraphData> } }>>, { data: IParagraphData }>

Variables

name: "sb-paragraph" = 'sb-paragraph'

Functions

Generated using TypeDoc