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"
).