(space: SpaceInfo, schema: string)
| 10 | |
| 11 | |
| 12 | export const frameEmbedStringFromContext = (space: SpaceInfo, schema: string) => { |
| 13 | return `![![${space.path}#*${schema}]]` |
| 14 | } |
| 15 | |
| 16 | export const propFieldFromString = (str: string, schemaProps: SpaceProperty[]) => { |
| 17 | return schemaProps.find((f) => str == `${f.schemaId}.props.${f.name}`); |
nothing calls this directly
no outgoing calls
no test coverage detected