Updates to common enabled and hidden properties.

This commit is contained in:
Scott Idem
2025-11-13 20:16:22 -05:00
parent 88d36d512d
commit 3104304fdb
28 changed files with 94 additions and 94 deletions

View File

@@ -124,8 +124,8 @@ export async function load_ae_obj_li__event_device(
for_obj_type: string,
for_obj_id: string,
inc_location_id?: boolean,
enabled?: string, // all, disabled, enabled
hidden?: string, // all, hidden, not_hidden
enabled?: "enabled" | "all" | "not_enabled" | undefined, // all, disabled, enabled
hidden?: "hidden" | "all" | "not_hidden" | undefined, // all, hidden, not_hidden
limit?: number, // 99
offset?: number, // 0
order_by_li?: key_val,