The content to check for, given as a valid Studio Rest content URI.
A promise that resolves to true if a form for the given content can be opened, or false otherwise.
Observes the currently active work area entity.
If the entity is a RemoteBean, its URI path is returned. Otherwise, the whole entity is returned.
the observable for the active entity.
Opens entity given by their REST URI in Studio tab.
The content to open the form for, given as a valid Studio Rest content URI.
Optionaloptions: { additionalOptions?: Record<string, unknown>; focus?: boolean }OptionaladditionalOptions?: Record<string, unknown>Additional but undetermined options that a service implementation might support but is not obliged to (for example, one implementation might support a 'background' option to open the form in the background but other implementations might not).
Optionalfocus?: booleanWhether the app that opens the form should be focused / brought into the foreground.
A promise that resolves to true if the form was opened successfully, or false otherwise.
Determines whether an entity given by their REST URI can be opened in a tab.