Skip to content

Not a blocker for this PR, but probably could make our lives easier in the long-run by just attaching a SPEC_IDENTIFIER and GROUP_SPEC_IDENTIFIER (or similar), which could house everything in the EcsGroupSpec interface. Then fewer changes are required if we ever need to pull more data out of the group spec. #26

@lgestc

Description

@lgestc

Not a blocker for this PR, but probably could make our lives easier in the long-run by just attaching a SPEC_IDENTIFIER and GROUP_SPEC_IDENTIFIER (or similar), which could house everything in the EcsGroupSpec interface. Then fewer changes are required if we ever need to pull more data out of the group spec.

type SpecInternals = {
  [FIELD_SPEC_IDENTIFIER]?: EcsFieldSpec;
  [GROUP_SPEC_IDENTIFIER]?: EcsGroupSpec;
};

Originally posted by @lukeelmers in #18 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions