@microsoft/fast-foundation > ElementDisambiguationResult
ElementDisambiguationResult type
Represents the return values expected from an ElementDisambiguationCallback.
Signature:export declare type ElementDisambiguationResult = string | typeof ElementDisambiguation.ignoreDuplicate | typeof ElementDisambiguation.definitionCallbackOnly;