UNPKG

ice.fo.utils

Version:

18 lines (10 loc) 495 B
declare module "ice.fo.utils/BuilderUtils" { export function checkIsBuilder(context: any); export function checkExposureRules(context: any); export function makeSvcAPI(target: any, tid: string = 'api'); export function updateInstanceProps(context: any); export function addLastChildrenFoInstance(context: any); export function removeChildrenFoInstance(context: any); export function getElementInstanceId(node: any); export function refreshBuilderPage(); }