Function: getFluentCompatibleId()
getFluentCompatibleId(rawId
): string
Converts the raw id to a Fluent compatible id, i.e. replaces all the spaces with underscores. Internal use only.
Parameters
• rawId: string
some raw id.
Returns
string
the Fluent compatible id.