SymbolStyleSearchResult

A search result object returned by symbol style. This object is returned by symbol style based on the search performed using search parameters. It contains the information related to name, tags, category, class type, key associated to a symbol. It also returns the symbol.

This object returns the results based on search performed in the symbol style using the search parameters. This returns the symbol and all the parameters associated to it.

Since

200.1.0

See also

Properties

Link copied to clipboard

The category associated to a symbol.

Link copied to clipboard
val key: String

The key(unique identifier) associated to a symbol.

Link copied to clipboard

The name associated to a symbol.

Link copied to clipboard

The class associated to a symbol.

Link copied to clipboard

A string list of all the tags associated to a symbol.

Functions

Link copied to clipboard
suspend fun getSymbol(): Result<Symbol>

Asynchronously returns a symbol from the search result.