"export=": {
add_tenant: (t: string) => void;
features: {
aggregation_query: boolean;
async_validate: boolean;
bootstrap5: boolean;
capacitor: boolean;
deep_public_plugin_serve: boolean;
dynamic_auth_parameters: boolean;
ellipsize: boolean;
esm_plugins: boolean;
fieldrepeats_in_field_attributes: boolean;
get_view_goto: boolean;
json_state_query: boolean;
list_builder: boolean;
metadata: boolean;
no_plugin_fieldview_length_check: boolean;
prefix_or_in_queries: boolean;
public_user_role: number;
serve_static_dependencies: boolean;
stringify_json_fields: boolean;
table_undo: boolean;
version_plugin_serve_path: boolean;
workflows: boolean;
};
get_other_domain_tenant: (hostname: string) => string;
get_process_init_time: () => Date;
getAllTenants: () => Record<string, State>;
getApp__: () => (s: string) => string;
getReq__: () => (s: string) => string;
getRootState: () => State;
getState: () => undefined | State;
getTenant: (ten: string) => State;
init_multi_tenant: (
plugin_loader: (s: string) => Promise<void>,
disableMigrate: boolean,
tenantList: string[],
) => Promise<void>;
process_send: (v: any) => void;
restart_tenant: (plugin_loader: Function) => Promise<void>;
set_tenant_base_url: (tenant_subdomain: string, value?: string) => void;
}
Type Declaration
add_tenant: (t: string) => void
features: {
aggregation_query: boolean;
async_validate: boolean;
bootstrap5: boolean;
capacitor: boolean;
deep_public_plugin_serve: boolean;
dynamic_auth_parameters: boolean;
ellipsize: boolean;
esm_plugins: boolean;
fieldrepeats_in_field_attributes: boolean;
get_view_goto: boolean;
json_state_query: boolean;
list_builder: boolean;
metadata: boolean;
no_plugin_fieldview_length_check: boolean;
prefix_or_in_queries: boolean;
public_user_role: number;
serve_static_dependencies: boolean;
stringify_json_fields: boolean;
table_undo: boolean;
version_plugin_serve_path: boolean;
workflows: boolean;
}
get_other_domain_tenant: (hostname: string) => string
get_process_init_time: () => Date
getAllTenants: () => Record<string, State>
getApp__: () => (s: string) => string
getReq__: () => (s: string) => string
getRootState: () => State
Function
getState: () => undefined | State
getTenant: (ten: string) => State
init_multi_tenant: (
plugin_loader: (s: string) => Promise<void>,
disableMigrate: boolean,
tenantList: string[],
) => Promise<void>
process_send: (v: any) => void
restart_tenant: (plugin_loader: Function) => Promise<void>
set_tenant_base_url: (tenant_subdomain: string, value?: string) => void
Add tenant to State