@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
18 lines (17 loc) • 595 B
TypeScript
export declare enum PowersDirectoryDataType {
Group = 0,
Code = 1
}
export declare const POWERS_GROUP_SECTION_ID = "9aead34d-6892-4e39-928e-9fde31fb4194";
export declare const POWERS_CODE_SECTION_ID = "5b1a131c-d99b-4227-b53b-62db6bd6daeb";
export declare const POWERS_TREE_ROOT_TYPES: {
"9aead34d-6892-4e39-928e-9fde31fb4194": number;
};
export declare const POWERS_TREE_ROOT_WRAP_NAMES: {
"9aead34d-6892-4e39-928e-9fde31fb4194": string;
};
export declare const POWERS_TREE_SECTION_IDS: {
0: string;
1: string;
};
export declare const POWERS_SECTION_ROOT_IDS: string[];