element_blank {ggplot.options} .NET clr documentation

element_blank

Description

a flag object for indicates the NULL or default value

Declare

            
# namespace ggplot.options
export class element_blank {
   # does current blank value means ggplot2 liked waiver object?
   # 
   # A waiver is a "flag" object, similar to NULL, that indicates the calling function should just use the default value. It is used in certain functions to distinguish between displaying nothing (NULL) and displaying a default value calculated elsewhere (waiver())
   waiver: boolean;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]