VisioMaster
VisioMaster
contains metadata of a Visio stencil item.
Methods​
getIconBase64()​
visioMaster.getIconBase64(): string | null;
Return a base64
data string containing a stencil item icon.
Properties​
There are several properties that can be accessed:
id​
visioMaster.id: number;
Return a unique, integer master id
.
name​
visioMaster.name: string;
Return a name
that by design in Visio is unique. Multiple instances of a same name in a stencil receive an
additional ID appended to the name (i.e. "Master.12"
).