FrameAnchorProperties: {
    endTarget?: AnchorTarget | null;
    horizontal: boolean;
    target: AnchorTarget;
    type: FrameAnchorType;
}

Type declaration