Type alias GroupNameDisplayAttributes

GroupNameDisplayAttributes: {
    print-object: "yes" | "no" | null;
}

Type declaration

  • print-object: "yes" | "no" | null

    Specifies whether or not to print an object. It is yes if not specified.

Generated using TypeDoc