[]
        
(Showing Draft Content)

ActionTarget

Type Alias: ActionTarget

type ActionTarget = 
  | {
  pageNumber: number;
  selector?: string;
}
  | string;

Target of an action.