[Maps] clean up IDynamicStyleProperty (#62466) (#62609)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Nathan Reese 2020-04-06 09:07:09 -06:00 committed by GitHub
parent 5344e9c24e
commit 439004bcfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ export interface IDynamicStyleProperty extends IStyleProperty {
getField(): IField | undefined;
getFieldName(): string;
getFieldOrigin(): FIELD_ORIGIN | undefined;
getComputedFieldName(): string | undefined;
getRangeFieldMeta(): RangeFieldMeta;
getCategoryFieldMeta(): CategoryFieldMeta;
isFieldMetaEnabled(): boolean;