@formily/core
Version:
49 lines (48 loc) • 1.16 kB
TypeScript
export declare const ReservedProperties: {
form: boolean;
parent: boolean;
props: boolean;
caches: boolean;
requests: boolean;
disposers: boolean;
heart: boolean;
graph: boolean;
indexes: boolean;
fields: boolean;
lifecycles: boolean;
componentType: boolean;
componentProps: boolean;
decoratorType: boolean;
decoratorProps: boolean;
};
export declare const ReadOnlyProperties: {
address: boolean;
path: boolean;
valid: boolean;
invalid: boolean;
selfValid: boolean;
selfInvalid: boolean;
errors: boolean;
successes: boolean;
warnings: boolean;
validateStatus: boolean;
};
export declare const MutuallyExclusiveProperties: {
pattern: string;
editable: string;
readOnly: string;
readPretty: string;
disabled: string;
display: string;
hidden: string;
visible: string;
};
export declare const RESPONSE_REQUEST_DURATION = 100;
export declare const GlobalState: {
lifecycles: any[];
context: any[];
effectStart: boolean;
effectEnd: boolean;
initializing: boolean;
};
export declare const NumberIndexReg: RegExp;