a Result that completes when a response is received from the server, returning the topic view created by the operation.
If the task fails, the Result will resolve with an error. Common reasons for failure, include:
specification
is invalid;
null
or undefined
a Result that resolves when a response is received from the server, returning a named view if it exists
If the task fails, the Result will resolve with an Error. Common reasons for failure include:
or
undefined`
a Result that resolves when a response is received from the server, returning a list of views sorted by their creation order.
If the task fails, the Result will resolve with an Error. Common reasons for failure include:
a Result that resolves when a response is received from the server.
If the task fails, the Result will resolve with an Error. Common reasons for failure include:
or
undefined`