Appearance
Fetch the tags on the current note.
function getTags(): Promise<{ [label: string]: { [fieldName: string]: any; }; }>;
getNodeTags
const tags = await zeta.v1.query.getTags();