class PopupFrameCreationInfo
Defined at line 3995 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Specifies additional information about a newly created popup frame.
Public Methods
void PopupFrameCreationInfo (Storage_ storage)
bool IsEmpty ()
void PopupFrameCreationInfo ()
Defined at line 4000 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
void PopupFrameCreationInfo (PopupFrameCreationInfo && )
Defined at line 4001 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
const std::optional< ::std::string> & initial_url ()
The URL to which the popup frame was initially navigated.
::std::optional< ::std::string> & initial_url ()
The URL to which the popup frame was initially navigated.
PopupFrameCreationInfo & initial_url (std::optional< ::std::string> value)
The URL to which the popup frame was initially navigated.
const std::optional<bool> & initiated_by_user ()
Set if the popup frame was created in response to UI interaction from the user (e.g. a
link was clicked).
::std::optional<bool> & initiated_by_user ()
Set if the popup frame was created in response to UI interaction from the user (e.g. a
link was clicked).
PopupFrameCreationInfo & initiated_by_user (std::optional<bool> value)
Set if the popup frame was created in response to UI interaction from the user (e.g. a
link was clicked).
void PopupFrameCreationInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
PopupFrameCreationInfo & operator= (PopupFrameCreationInfo && )
Defined at line 4002 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Friends
class MemberVisitor
class NaturalTableCodingTraits