Chữ ký thuộc tính AddonScreenshareInfo.mainStageUrl
URL mà giai đoạn chính sẽ mở sau khi tiện ích bổ sung khởi động. Phải thuộc cùng miền với các URL được chỉ định trong tệp kê khai tiện ích bổ sung.
Chữ ký
mainStageUrl?: string;
Thông tin chi tiết
Loại |
string |
Không bắt buộc |
Có |
Chỉ đọc |
Không |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-11-06 UTC."],[[["`mainStageUrl` defines the URL where the add-on's main interface will be displayed upon startup."],["This URL must share the same domain as those listed in the add-on's manifest file for security and functionality."],["It's an optional property, meaning an add-on can function without explicitly specifying a main stage URL."],["The `mainStageUrl` value is not read-only and can be modified by the add-on if necessary."]]],["The `mainStageUrl` is a string representing the URL opened when an add-on starts. This URL must be within the same domain as those listed in the add-on's manifest. It is an optional parameter. The property type is `string`, and it is not a read-only property.\n"]]