@microsoft/fast-foundation > ParentLocator
ParentLocator type
A function capable of locating the parent container based on a container's owner.
Signature:export declare type ParentLocator = (owner: any) => Container | null;
Remarks
A container owner is usually an HTMLElement instance.