neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
13 lines • 443 B
TypeScript
import { member } from "../../../core";
export interface ReplaceSubstringInput {
id?: string;
persistentId?: string;
updateOrder?: member<number>;
Enabled?: member<boolean>;
_activeVisual?: member<any>;
Str?: member<any>;
SearchFor?: member<any>;
ReplaceWith?: member<any>;
}
export declare function ReplaceSubstring(props: ReplaceSubstringInput): any;
//# sourceMappingURL=ReplaceSubstring.d.ts.map