FunctionsisIcon(obj)On this pageblockly > isIcon isIcon() function Type guard that checks whether the given object is an IIcon. Signature: export declare function isIcon(obj: any): obj is IIcon; Parameters ParameterTypeDescriptionobjany Returns: obj is IIcon