(id: string, prop: string)
| 46 | } |
| 47 | |
| 48 | export function stylePath(id: string, prop: string): string { |
| 49 | return `/elements/${escapeIdForPath(id)}/inlineStyles/${prop}`; |
| 50 | } |
| 51 | |
| 52 | export function textPath(id: string): string { |
| 53 | return `/elements/${escapeIdForPath(id)}/text`; |
no test coverage detected