@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
19 lines (18 loc) • 552 B
TypeScript
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;
private blockSettingsStore;
mounted(): void;
created(): void;
beforeDestroy(): void;
unsubcribeSettings(): void;
private initSettings;
private createBlockSettingsForm;
render(): any;
}