interface BehaviorCreateModel {
    color?: string;
    id?: string;
    inherits?: string;
    name?: string;
}

Properties

color?: string

Color

id?: string

Optional - Id

inherits?: string

Parent behavior id

name?: string

Name of the behavior