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