interface JCompoundStyle {
    createdBy: string;
    creationDate: string;
    description: string;
    id: string;
    lastModificationDate: string;
    lastModifiedBy: string;
    name: string;
    organizationId: string;
    styles: (JLineStyle | JPointStyle)[];
    type: "COMPOUND";
}

Hierarchy (view full)

Properties

createdBy: string
creationDate: string
description: string
id: string
lastModificationDate: string
lastModifiedBy: string
name: string
organizationId: string
styles: (JLineStyle | JPointStyle)[]
type: "COMPOUND"