UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

18 lines (17 loc) 520 B
import { VueComponentBase, LayoutCanvasStore } from "@omnia/fx/ux"; export default class TabBlockSettings extends VueComponentBase { private tabInstance; editorStore: LayoutCanvasStore; private subscriptionHandler; private subscriptionSettingsHandler; private settingsService; private block; private model; mounted(): void; created(): void; beforeDestroy(): void; unsubcribeSettings(): void; private initSettings; private createBlockSettingsForm; render(): any; }