Interface: Api
Entry point for forms in Smokeball.Methods
open()
open(Opens the specified form in the native app.request):Promise<OpenFormResult>
Parameters
request
FormRequest
Returns
Promise<OpenFormResult>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
open(Opens the specified form in the native app.request):Promise<OpenFormResult>
FormRequest
Promise<OpenFormResult>
const request: FileRequest = {
id: 'f0d5020e-87d6-47a9-96a5-9489ee243ace',
}
sdk.forms.open(request);