Search
getPluginData
Get plugin data for this color style by key.
getPluginData(key: string): Promise<string | null
Parameters
key:string– The plugin data key.
Returns
Promise<string | null>– The stored value, ornullif no data exists for the key.