@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
21 lines (20 loc) • 743 B
TypeScript
import { LayoutCanvasStore } from "../../../";
import { VueComponentBase, OmniaTheming } from "../../../..";
export declare class BreakPointBlockSettingsComponent extends VueComponentBase {
omniaTheming: OmniaTheming;
editorStore: LayoutCanvasStore;
private omniaUxLoc;
private subscriptionHandler;
private activatedControls;
private currentBlockSettings;
private defaultBlockSettings;
mounted(): void;
beforeDestroy(): void;
onDeviceBreakPointSelectionChanged(): void;
initComponentSettings(): void;
private setActivatedControls;
private isShowHideModified;
onShowHideSectionClicked(value: boolean): void;
onRevertShowHideSection(): void;
render(): VueTsxSupport.JSX.Element;
}